summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd
blob: 13ec57a6f193a820ccc0c54b7d844918651de13e (plain)
1
2
3
4
5
6
<!ELEMENT foo ANY>
<!ENTITY % pe "hello">
<!-- If forward were expanded when ent was declared, we were get an error,
     but it is bypassed and not expanded until ent is used in the instance -->
<!ENTITY ent "%pe; &#33; &forward;">
<!ENTITY forward "goodbye">