summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/data/002.ref
blob: 45271c4502d68d8410cbec6af979531eee7f6668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
StartDocument( documentVersion="1.0" )
Comment( text=" Namespace name test: a syntactically plausible URI with a 
     fictitious scheme " )
DTD( text="
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo xmlns CDATA #IMPLIED>
]>" dtdName="foo" )
StartElement( name="foo" namespaceUri="zarquon://example.org/namespace" qualifiedName="foo"
    NamespaceDeclaration( namespaceUri="zarquon://example.org/namespace" )
 )
EndElement( name="foo" namespaceUri="zarquon://example.org/namespace" qualifiedName="foo" )
EndDocument( )