remuslazar / node-xmlsplit

Split large XML files into smaller chunks, uses Node.js Stream API
MIT License
18 stars 6 forks source link

BUGFIX: Handle nested XML tags #5

Closed remuslazar closed 8 years ago

remuslazar commented 8 years ago

While splitting for a specific tag and having the same tag nested inside the inner XML fragment, the engine produces invalid XML documents.

This commit should fix this issue, see the included test cases.

Fixes #4