isaacs / sax-js

A sax style parser for JS
Other
1.09k stars 325 forks source link

opentag and closetag events not firing #253

Open paulsmithkc opened 2 years ago

paulsmithkc commented 2 years ago

Trying this library with a moderately sized XML file (8KB), set to "loose" mode, but the opentag and closetag events never actually fire.

paulsmithkc commented 1 year ago

Ended up using node-expat instead, as this project seems to be abandoned.