sourcephile
/
git
/
haskell
/
symantic-xml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
XML: add union and unions
[haskell/symantic-xml.git]
/
test
/
Golden
/
XML
/
NS
/
Error
/
0001.xml
1
<!-- http://www.w3.org is bound to n1 and n2 -->
2
<x
xmlns:
n1
=
"http://www.w3.org"
3
xmlns:
n2
=
"http://www.w3.org"
>
4
<bad
a
=
"1"
a
=
"2"
/>
5
<bad
n1:
a
=
"1"
n2:
a
=
"2"
/>
6
</x>