sourcephile
/
git
/
haskell
/
symantic-xml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rewrite to categorical symantic
[haskell/symantic-xml.git]
/
test
/
Golden
/
XML
/
NS
/
0006.xml.write.indented
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>
5
<title>Frobnostication</title>
6
</head>
7
<body>
8
<p>Moved to
9
<a href="http://frob.example.com">here</a>.</p>
10
</body>
11
</html>