tests/auto/qxmlstream/data/002.ref
author eckhart.koppen@nokia.com
Wed, 31 Mar 2010 11:06:36 +0300
changeset 7 f7bc934e204c
parent 0 1918ee327afb
permissions -rw-r--r--
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b

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( )