8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
|
StartDocument( documentVersion="1.0" )
|
||
|
Comment( text=" Bad QName syntax: multiple colons " )
|
||
|
StartElement( name="foo" qualifiedName="foo" )
|
||
|
Characters( whitespace text="
|
||
|
" )
|
||
|
Invalid( name="bar" qualifiedName="bar" )
|
||
|
ERROR: Expected '=', but got ':'.
|