Support parsing of Processing Instructions
Parsing of processing instructions such as <?go there?>
and <?go to="there"?>
are now supported. Note that for the second case, the parser by default will not generate attributes unless flag {instructionHasAttributes: true}
is set. See discussion for more details.