]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0006.xml.ast
stack: bump resolver
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0006.xml.ast
1 (NodePI xml "") @(test/Golden/XML/NS/0006.xml#1:1-1:22 :| [])
2 |
3 `- (NodeAttr version) @(test/Golden/XML/NS/0006.xml#1:6-1:20 :| [])
4 |
5 `- (NodeText "1.0") @(test/Golden/XML/NS/0006.xml#1:16-1:19 :| [])
6
7 (NodeComment " elements are in the HTML namespace, in this case by default ") @(test/Golden/XML/NS/0006.xml#2:1-2:69 :| [])
8
9 (NodeElem {http://www.w3.org/1999/xhtml}html) @(test/Golden/XML/NS/0006.xml#3:1-7:8 :| [])
10 |
11 +- (NodeAttr xmlns) @(test/Golden/XML/NS/0006.xml#3:7-3:43 :| [])
12 | |
13 | `- (NodeText "http://www.w3.org/1999/xhtml") @(test/Golden/XML/NS/0006.xml#3:14-3:42 :| [])
14 |
15 +- (NodeText "\n ") @(test/Golden/XML/NS/0006.xml#3:44-4:3 :| [])
16 |
17 +- (NodeElem {http://www.w3.org/1999/xhtml}head) @(test/Golden/XML/NS/0006.xml#4:3-4:46 :| [])
18 | |
19 | `- (NodeElem {http://www.w3.org/1999/xhtml}title) @(test/Golden/XML/NS/0006.xml#4:9-4:39 :| [])
20 | |
21 | `- (NodeText "Frobnostication") @(test/Golden/XML/NS/0006.xml#4:16-4:31 :| [])
22 |
23 +- (NodeText "\n ") @(test/Golden/XML/NS/0006.xml#4:46-5:3 :| [])
24 |
25 +- (NodeElem {http://www.w3.org/1999/xhtml}body) @(test/Golden/XML/NS/0006.xml#5:3-6:59 :| [])
26 | |
27 | `- (NodeElem {http://www.w3.org/1999/xhtml}p) @(test/Golden/XML/NS/0006.xml#5:9-6:52 :| [])
28 | |
29 | +- (NodeText "Moved to \n ") @(test/Golden/XML/NS/0006.xml#5:12-6:5 :| [])
30 | |
31 | +- (NodeElem {http://www.w3.org/1999/xhtml}a) @(test/Golden/XML/NS/0006.xml#6:5-6:47 :| [])
32 | | |
33 | | +- (NodeAttr href) @(test/Golden/XML/NS/0006.xml#6:8-6:38 :| [])
34 | | | |
35 | | | `- (NodeText "http://frob.example.com") @(test/Golden/XML/NS/0006.xml#6:14-6:37 :| [])
36 | | |
37 | | `- (NodeText "here") @(test/Golden/XML/NS/0006.xml#6:39-6:43 :| [])
38 | |
39 | `- (NodeText ".") @(test/Golden/XML/NS/0006.xml#6:47-6:48 :| [])
40 |
41 `- (NodeText "\n") @(test/Golden/XML/NS/0006.xml#6:59-7:1 :| [])
42