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