summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/data/4.xml
blob: 2791fdca30f1c2ffe72ac6eda4a8943aeb9d5589 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ENTITY % e SYSTEM "something">
<!ENTITY replace "replace">
<!ENTITY me "me">
%e;
]>
<doc a="do &replace; me">and &me; too</doc>