xml-reader
xml-reader copied to clipboard
Javascript XML Reader and Parser
Results
2
xml-reader issues
Sort by
recently updated
recently updated
newest added
Hello, I am trying to process a 100 megabyte (~ 900 thousand lines in a file) xml file in streaming mode ```JavaScript const XmlReader = require('xml-reader') const file = fs.createReadStream(...
When I try to parse a string like: ``` ``` I would expect the output to be only the artist-element with no children. Instead I get the artist element with...