0
|
1 |
StartDocument( documentVersion="1.0" documentEncoding="iso-8859-1" )
|
|
2 |
Comment( text=" Namespace name test: an http IRI that is not a URI " )
|
|
3 |
DTD( text="
|
|
4 |
<!DOCTYPE foo [
|
|
5 |
<!ELEMENT foo ANY>
|
|
6 |
<!ATTLIST foo xmlns CDATA #IMPLIED>
|
|
7 |
]>" dtdName="foo" )
|
|
8 |
StartElement( name="foo" namespaceUri="http://example.org/rosé" qualifiedName="foo"
|
|
9 |
NamespaceDeclaration( namespaceUri="http://example.org/rosé" )
|
|
10 |
)
|
|
11 |
EndElement( name="foo" namespaceUri="http://example.org/rosé" qualifiedName="foo" )
|
|
12 |
EndDocument( )
|