assistunion / xml-stream

XML stream parser based on Expat. Made for Node.
MIT License
318 stars 110 forks source link

Linear XML not firing events #41

Open ztsarver opened 9 years ago

ztsarver commented 9 years ago

Hello,

I was working with a system generated XML file that didn't have any line breaks or indents. XML-Stream wasn't able to determine the events and find the ending tag for each section. Once I added line breaks and indents, it worked just fine. Seems like it would have been able to find a tag regardless, unless there's some option that needs to be set for that to happen.

Thanks!

burnick commented 9 years ago

any progress on this?

Artazor commented 9 years ago

Will check it in a day or two