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
/
result
/
ent10
blob
c46d19fb511fa0614133b288ce3fb8dfc2ff4fb5
1
<?xml
version
=
"1.0"
encoding
=
"ISO-8859-1"
?>
2
<!DOCTYPE
rnode [
3
<!ELEMENT
rnode (f)
>
4
<!ELEMENT
f (#PCDATA)
>
5
<!ATTLIST
f att1 CDATA #FIXED
"J"
>
6
<!ENTITY
f
"
7
<f>
8
hello world
9
</f>
10
"
>
11
]
>
12
<rnode>
13
&f;
14
</rnode>