]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0010.xml.write.indented
Rewrite to categorical symantic
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0010.xml.write.indented
1 <!-- http://www.w3.org is bound to n1 and is the default -->
2 <x xmlns="http://www.w3.org" xmlns:n1="http://www.w3.org">
3 <good a="1" b="2"/>
4 <good a="1" n1:a="2"/>
5 </x>