Skip to content

Support parsing of Processing Instructions

Compare
Choose a tag to compare
@nashwaan nashwaan released this 25 May 03:27
· 83 commits to master since this release

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.