diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/4.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/4.ref | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/4.ref b/tests/auto/qxmlstream/data/4.ref new file mode 100644 index 0000000..80f4846 --- /dev/null +++ b/tests/auto/qxmlstream/data/4.ref @@ -0,0 +1,21 @@ +StartDocument( documentVersion="1.0" ) +DTD( text=" +<!DOCTYPE doc [ +<!ELEMENT doc (#PCDATA)> +<!ENTITY % e SYSTEM "something"> +<!ENTITY replace "replace"> +<!ENTITY me "me"> +%e; +]>" dtdName="doc" + EntityDeclaration( name="e" systemId="something" ) + + EntityDeclaration( name="replace" value="replace" ) + + EntityDeclaration( name="me" value="me" ) + ) +StartElement( name="doc" qualifiedName="doc" + Attribute( name="a" qualifiedName="a" value="do replace me" ) + ) +Characters( text="and me too" ) +EndElement( name="doc" qualifiedName="doc" ) +EndDocument( ) |