]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/Read/NS/0004.xml.write
Add indentation support in XML.Write
[haskell/symantic-xml.git] / test / Golden / XML / Read / NS / 0004.xml.write
1 <?xml version="1.0"?>
2
3 <html:html xmlns:html="http://www.w3.org/1999/xhtml">
4
5 <html:head><html:title>Frobnostication</html:title></html:head>
6 <html:body><html:p>Moved to
7 <html:a href="http://frob.example.com">here.</html:a></html:p></html:body>
8 </html:html>