projects
/
TestXSLT.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated libxml2 to 2.5.10
[TestXSLT.git]
/
libxml2
/
test
/
VCM
/
v20.xml
1
<!DOCTYPE doc [
2
<!ELEMENT doc ((a | b)*, c, b) >
3
<!ELEMENT a EMPTY>
4
<!ELEMENT b EMPTY>
5
<!ELEMENT c EMPTY>
6
]>
7
<doc>
8
<c/>
9
<b/>
10
</doc>