summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml
blob: e91a10895e2a868e29ae9e45cb691c29c434dcce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE foo SYSTEM "foo.dtd" [
    <!ENTITY def "foo">
]>
<foo>
    <!-- check that the call to skippedEntity() is inserted in the right place -->
    <a>abc&undef;gh</a>
    <b>&undef;gh</b>
    <c>abc&undef;</c>
    <d>&undef;</d>
    <e>&undef;&def;&undef;&def;</e>
    <e>a&undef;b&def;c&undef;d&def;e</e>
</foo>