]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0002.xml.ast
stack: bump resolver
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0002.xml.ast
1 (NodeComment " the 'price' element's namespace is http://ecommerce.example.org/schema ") @(test/Golden/XML/NS/0002.xml#1:1-1:80 :| [])
2
3 (NodeElem {http://ecommerce.example.org/schema}price) @(test/Golden/XML/NS/0002.xml#2:1-2:90 :| [])
4 |
5 +- (NodeAttr {http://www.w3.org/2000/xmlns/}edi) @(test/Golden/XML/NS/0002.xml#2:12-2:59 :| [])
6 | |
7 | `- (NodeText "http://ecommerce.example.org/schema") @(test/Golden/XML/NS/0002.xml#2:23-2:58 :| [])
8 |
9 +- (NodeAttr units) @(test/Golden/XML/NS/0002.xml#2:60-2:72 :| [])
10 | |
11 | `- (NodeText "Euro") @(test/Golden/XML/NS/0002.xml#2:67-2:71 :| [])
12 |
13 `- (NodeText "32.18") @(test/Golden/XML/NS/0002.xml#2:73-2:78 :| [])
14