justinwilaby / sax-wasm

The first streamable, fixed memory XML, HTML, and JSX parser for WebAssembly.
MIT License
168 stars 8 forks source link

Resolves #52 - html containing <?> stops further parsing #53

Closed justinwilaby closed 2 years ago

justinwilaby commented 2 years ago

The best I can do in the short term is treat this as an empty processing instruction. I imagine there's not a whole lot of use cases that encounter this but parsing should definitely continue after seeing `<?>' in the doc