summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml
blob: ae745d4da11062cf32c3a22595ee68f3a8e9514d (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE foo SYSTEM "foo.dtd" [
    <!ENTITY a1 "&a2;">
    <!ENTITY a2 "&a3;">
    <!ENTITY def "foo">
]>
<foo>
    <a attr="foo&a1;bar&def;ding"/>
</foo>