repo.or.cz
/
tomato.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.git]
/
release
/
src
/
router
/
libxml2
/
result
/
ent7
blob
f46d8bb33be030b5b48b460d381975c2deb03f8f
1
<?xml
version
=
"1.0"
?>
2
<!DOCTYPE
item [
3
<!ENTITY
% sampleEnt
"<!ELEMENT item (para)+>"
>
4
<!ENTITY
sampleEnt
"the hyacinth girl"
>
5
<!ELEMENT
item (para)+
>
6
<!ELEMENT
para (#PCDATA)
>
7
]
>
8
<item><para>
'they called me
&sampleEnt;
'
</para></item>