summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/data/005.ref
blob: 03269b280a792a454618f5e7c6610ebce17a796c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
StartDocument( documentVersion="1.0" )
Comment( text=" Namespace name test: a same-document relative URI (deprecated) " )
DTD( text="
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo xmlns CDATA #IMPLIED>
]>" dtdName="foo" )
StartElement( name="foo" namespaceUri="#beeblebrox" qualifiedName="foo"
    NamespaceDeclaration( namespaceUri="#beeblebrox" )
 )
EndElement( name="foo" namespaceUri="#beeblebrox" qualifiedName="foo" )
EndDocument( )