]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0008.xml.write
Rewrite to categorical symantic
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0008.xml.write
1 <?xml version="1.0"?>
2 <!-- initially, the default namespace is "books" -->
3 <book xmlns="urn:loc.gov:books" xmlns:isbn="urn:ISBN:0-395-36341-6">
4 <title>Cheaper by the Dozen</title>
5 <isbn:number>1568491379</isbn:number>
6 <notes>
7 <!-- make HTML the default namespace for some commentary -->
8 <p xmlns="http://www.w3.org/1999/xhtml">
9 This is a <i>funny</i> book!
10 </p>
11 </notes>
12 </book>