]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/Read/NS/0003.xml
Add indentation support in XML.Write
[haskell/symantic-xml.git] / test / Golden / XML / Read / NS / 0003.xml
1 <x xmlns:edi='http://ecommerce.example.org/schema'>
2 <!-- the 'taxClass' attribute's namespace is http://ecommerce.example.org/schema -->
3 <lineItem edi:taxClass="exempt">Baby food</lineItem>
4 </x>