]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0005.xml.ast
stack: bump resolver
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0005.xml.ast
1 (NodePI xml "") @(test/Golden/XML/NS/0005.xml#1:1-1:22 :| [])
2 |
3 `- (NodeAttr version) @(test/Golden/XML/NS/0005.xml#1:6-1:20 :| [])
4 |
5 `- (NodeText "1.0") @(test/Golden/XML/NS/0005.xml#1:16-1:19 :| [])
6
7 (NodeComment " both namespace prefixes are available throughout ") @(test/Golden/XML/NS/0005.xml#2:1-2:58 :| [])
8
9 (NodeElem {urn:loc.gov:books}book) @(test/Golden/XML/NS/0005.xml#3:1-7:11 :| [])
10 |
11 +- (NodeAttr {http://www.w3.org/2000/xmlns/}bk) @(test/Golden/XML/NS/0005.xml#3:10-3:38 :| [])
12 | |
13 | `- (NodeText "urn:loc.gov:books") @(test/Golden/XML/NS/0005.xml#3:20-3:37 :| [])
14 |
15 +- (NodeAttr {http://www.w3.org/2000/xmlns/}isbn) @(test/Golden/XML/NS/0005.xml#4:10-4:45 :| [])
16 | |
17 | `- (NodeText "urn:ISBN:0-395-36341-6") @(test/Golden/XML/NS/0005.xml#4:22-4:44 :| [])
18 |
19 +- (NodeText "\n ") @(test/Golden/XML/NS/0005.xml#4:46-5:5 :| [])
20 |
21 +- (NodeElem {urn:loc.gov:books}title) @(test/Golden/XML/NS/0005.xml#5:5-5:46 :| [])
22 | |
23 | `- (NodeText "Cheaper by the Dozen") @(test/Golden/XML/NS/0005.xml#5:15-5:35 :| [])
24 |
25 +- (NodeText "\n ") @(test/Golden/XML/NS/0005.xml#5:46-6:5 :| [])
26 |
27 +- (NodeElem {urn:ISBN:0-395-36341-6}number) @(test/Golden/XML/NS/0005.xml#6:5-6:42 :| [])
28 | |
29 | `- (NodeText "1568491379") @(test/Golden/XML/NS/0005.xml#6:18-6:28 :| [])
30 |
31 `- (NodeText "\n") @(test/Golden/XML/NS/0005.xml#6:42-7:1 :| [])
32