matthewmatician / xml-flow

An XML/HTML stream reader, now with less suck!
MIT License
55 stars 18 forks source link

simplifyObjects not implemented? #6

Closed radicand closed 8 years ago

radicand commented 9 years ago

I have a use case for the final output to have attrs merged with the child tags instead of a one or the other. When I went to look for where simplifyObjects was handled to do this, I wasn't able to find it implemented in this codebase or in sax-js. Is this unimplemented or is it handled in another library?

radicand commented 9 years ago

Ok - I found the issue. Documentation states simplifyObjects but the code uses simplifyNodes. You just need to update the documentation.

matthewmatician commented 8 years ago

Hey Radicand! Thanks for noticing. I've fixed the docs.