segmentio / xml-parser

simple non-compliant xml parser for nodejs
101 stars 36 forks source link

Fixed mixed content issue and added comments support #22

Closed chrisbottin closed 4 years ago

chrisbottin commented 7 years ago

This relates to two issues raised:

I've bumped up the version to 2.0.0 as there is a major change with the output object, the text content is no longer added as the content attribute but a child of the node so instead it's added inside the list of the children attribute.

mk-pmb commented 7 years ago

Sorry for being late, I had a wrong watch setting. I'd be happy to merge it into my maintenance fork if you'll rebase it on my master.

gewubuntu commented 6 years ago

any chance this get merged? ^^