sourcephile
/
git
/
haskell
/
symantic-xml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
XML: do not impose a P.ShowToken XML instance
[haskell/symantic-xml.git]
/
test
/
Golden
/
XML
/
NS
/
0006.xml
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>