repo.or.cz
/
tomato
/
tomato-dir865l.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libxml2 2.9.1 clean sources
[tomato/tomato-dir865l.git]
/
release
/
src
/
router
/
libxml2
/
test
/
att7
blob
cd31c3d24dea84156c7db303da53e55926ce102b
1
<!DOCTYPE x [
2
<!ELEMENT x (test*)>
3
<!ELEMENT test EMPTY>
4
<!ATTLIST test att CDATA "attvalue">
5
<!ENTITY test.ent "<test/>">
6
]>
7
<x>
8
<test/>
9
&test.ent;
10
</x>