projects
/
platform
/
upstream
/
libxml2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 2.9.2
[platform/upstream/libxml2.git]
/
test
/
dtd8
1
<!DOCTYPE doc [
2
<!ELEMENT doc ((a | b) , (c | d))+>
3
<!ELEMENT a (#PCDATA)>
4
<!ELEMENT b (#PCDATA)>
5
<!ELEMENT c (#PCDATA)>
6
<!ELEMENT d (#PCDATA)>
7
]>
8
<doc><b>This</b><c> is a valid document</c></doc>