node-xml icon indicating copy to clipboard operation
node-xml copied to clipboard

An xml parser for node.js written in javascript.

Results 33 node-xml issues
Sort by recently updated
recently updated
newest added

According to the documentation, the parseString() method should return a boolean error indication.

After the document is completely parsed how do i reuse the same parse to parse another chunk. Using parseString throws an error saying only comments ... are not allowed outside...

The parser fails with a single character empty element (such as ""). The following update to "djohack" should address it: //djohack //hack to allow for elements with single character names...