blob: 052afffa6c4787af85074fc361a50e84295326ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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( )
|