qt5base-lts/tests/auto/qxmlstream/data/004.ref

13 lines
446 B
Plaintext
Raw Normal View History

StartDocument( documentVersion="1.0" )
Comment( text=" Namespace name test: a relative URI (deprecated) " )
DTD( text="
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo xmlns CDATA #IMPLIED>]
>" dtdName="foo" )
StartElement( name="foo" namespaceUri="namespaces/zaphod" qualifiedName="foo"
NamespaceDeclaration( namespaceUri="namespaces/zaphod" )
)
EndElement( name="foo" namespaceUri="namespaces/zaphod" qualifiedName="foo" )
EndDocument( )