6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
|
StartDocument( documentVersion="1.0" )
|
||
|
Comment( text=" Simple legal case: no namespaces " )
|
||
|
StartElement( name="foo" qualifiedName="foo" )
|
||
|
EndElement( name="foo" qualifiedName="foo" )
|
||
|
EndDocument( )
|