projects
/
TestXSLT.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added Info.plist
[TestXSLT.git]
/
libxml2
/
python
/
tests
/
invalid.xml
1
<!DOCTYPE doc [
2
<!ELEMENT doc (a, b, a)>
3
<!ELEMENT a EMPTY>
4
<!ELEMENT b EMPTY>
5
]>
6
<doc><b/><a/><b/></doc>