]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/Read/NS/0007.xml
Add indentation support in XML.Write
[haskell/symantic-xml.git] / test / Golden / XML / Read / NS / 0007.xml
1 <?xml version="1.0"?>
2 <!-- unprefixed element types are from "books" -->
3 <book xmlns='urn:loc.gov:books'
4 xmlns:isbn='urn:ISBN:0-395-36341-6'>
5 <title>Cheaper by the Dozen</title>
6 <isbn:number>1568491379</isbn:number>
7 </book>