0
|
1 |
StartDocument( documentVersion="1.0" )
|
|
2 |
Comment( text=" Reserved prefixes and namespaces: declaring the xml prefix correctly " )
|
|
3 |
StartElement( name="foo" qualifiedName="foo"
|
|
4 |
NamespaceDeclaration( prefix="xml" namespaceUri="http://www.w3.org/XML/1998/namespace" )
|
|
5 |
)
|
|
6 |
EndElement( name="foo" qualifiedName="foo" )
|
|
7 |
EndDocument( )
|