]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0008.xml.ast
stack: bump resolver
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0008.xml.ast
1 (NodePI xml "") @(test/Golden/XML/NS/0008.xml#1:1-1:22 :| [])
2 |
3 `- (NodeAttr version) @(test/Golden/XML/NS/0008.xml#1:6-1:20 :| [])
4 |
5 `- (NodeText "1.0") @(test/Golden/XML/NS/0008.xml#1:16-1:19 :| [])
6
7 (NodeComment " initially, the default namespace is \"books\" ") @(test/Golden/XML/NS/0008.xml#2:1-2:53 :| [])
8
9 (NodeElem {urn:loc.gov:books}book) @(test/Golden/XML/NS/0008.xml#3:1-13:8 :| [])
10 |
11 +- (NodeAttr xmlns) @(test/Golden/XML/NS/0008.xml#3:7-3:32 :| [])
12 | |
13 | `- (NodeText "urn:loc.gov:books") @(test/Golden/XML/NS/0008.xml#3:14-3:31 :| [])
14 |
15 +- (NodeAttr {http://www.w3.org/2000/xmlns/}isbn) @(test/Golden/XML/NS/0008.xml#4:7-4:42 :| [])
16 | |
17 | `- (NodeText "urn:ISBN:0-395-36341-6") @(test/Golden/XML/NS/0008.xml#4:19-4:41 :| [])
18 |
19 +- (NodeText "\n ") @(test/Golden/XML/NS/0008.xml#4:43-5:5 :| [])
20 |
21 +- (NodeElem {urn:loc.gov:books}title) @(test/Golden/XML/NS/0008.xml#5:5-5:40 :| [])
22 | |
23 | `- (NodeText "Cheaper by the Dozen") @(test/Golden/XML/NS/0008.xml#5:12-5:32 :| [])
24 |
25 +- (NodeText "\n ") @(test/Golden/XML/NS/0008.xml#5:40-6:5 :| [])
26 |
27 +- (NodeElem {urn:ISBN:0-395-36341-6}number) @(test/Golden/XML/NS/0008.xml#6:5-6:42 :| [])
28 | |
29 | `- (NodeText "1568491379") @(test/Golden/XML/NS/0008.xml#6:18-6:28 :| [])
30 |
31 +- (NodeText "\n ") @(test/Golden/XML/NS/0008.xml#6:42-7:5 :| [])
32 |
33 +- (NodeElem {urn:loc.gov:books}notes) @(test/Golden/XML/NS/0008.xml#7:5-12:13 :| [])
34 | |
35 | +- (NodeText "\n ") @(test/Golden/XML/NS/0008.xml#7:12-8:7 :| [])
36 | |
37 | +- (NodeComment " make HTML the default namespace for some commentary ") @(test/Golden/XML/NS/0008.xml#8:7-8:67 :| [])
38 | |
39 | +- (NodeText "\n ") @(test/Golden/XML/NS/0008.xml#8:67-9:7 :| [])
40 | |
41 | +- (NodeElem {http://www.w3.org/1999/xhtml}p) @(test/Golden/XML/NS/0008.xml#9:7-11:11 :| [])
42 | | |
43 | | +- (NodeAttr xmlns) @(test/Golden/XML/NS/0008.xml#9:10-9:46 :| [])
44 | | | |
45 | | | `- (NodeText "http://www.w3.org/1999/xhtml") @(test/Golden/XML/NS/0008.xml#9:17-9:45 :| [])
46 | | |
47 | | +- (NodeText "\n This is a ") @(test/Golden/XML/NS/0008.xml#9:47-10:21 :| [])
48 | | |
49 | | +- (NodeElem {http://www.w3.org/1999/xhtml}i) @(test/Golden/XML/NS/0008.xml#10:21-10:33 :| [])
50 | | | |
51 | | | `- (NodeText "funny") @(test/Golden/XML/NS/0008.xml#10:24-10:29 :| [])
52 | | |
53 | | `- (NodeText " book!\n ") @(test/Golden/XML/NS/0008.xml#10:33-11:7 :| [])
54 | |
55 | `- (NodeText "\n ") @(test/Golden/XML/NS/0008.xml#11:11-12:5 :| [])
56 |
57 `- (NodeText "\n") @(test/Golden/XML/NS/0008.xml#12:13-13:1 :| [])
58