alabianca / xml-to-json

Stream based XML to JSON converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect parsing of child elements that share their parent's tag

recalcitrantQ opened this issue · comments

The previous fix is only looking one level deep for additional open tags, leading to falsely labelling some files as invalid xml and failing to parse them.

I have created a PR with this fix at #11

@recalcitrantQ sorry for the delay. Will take a look