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