7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
|
StartDocument( standalone documentVersion="1.0" )
|
||
|
Comment( text="comment me" )
|
||
|
ProcessingInstruction( processingInstructionTarget="process" processingInstructionData="me" )
|
||
|
StartElement( name="nothing" qualifiedName="nothing" )
|
||
|
EndElement( name="nothing" qualifiedName="nothing" )
|
||
|
EndDocument( )
|