]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0006.xml.write
Add more XML test files.
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0006.xml.write
1 <?xml version="1.0"?>
2 <!-- elements are in the HTML namespace, in this case by default -->
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head><title>Frobnostication</title></head>
5 <body><p>Moved to
6 <a href="http://frob.example.com">here</a>.</p></body>
7 </html>