]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/Read/NS/0008.xml
Add indentation support in XML.Write
[haskell/symantic-xml.git] / test / Golden / XML / Read / NS / 0008.xml
1 <?xml version="1.0"?>
2 <!-- initially, the default namespace is "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 <notes>
8 <!-- make HTML the default namespace for some commentary -->
9 <p xmlns='http://www.w3.org/1999/xhtml'>
10 This is a <i>funny</i> book!
11 </p>
12 </notes>
13 </book>