XML-Parser
XML-Parser copied to clipboard
A Node.js XML DOM, Parser & Stringifier.
It seems the self-closing tags don't work: ````
It would be nice to be able to use `xml-parse` in TypeScript with ECMAScript modules.
Tags like `` are seen as text
Try parsing the following XML 00000cam a2200000 4500 25 20150304 950620p19821982||||||||||||||||||||nor||| 82,A49,0102 3-7678-0565-0 Pp. : DM 9.80 1) There is a CR/LF sequence after the processing instruction that turns the...
Trying to parse this XML: ``` Mexico123456789012345678901234567 ``` takes up to 6 seconds. Pretty slow. Well, if you add 5 more numbers to the second ``'s content: ``` Mexico12345678901234567890123456789012 ```...
Hi, I was trying to use your library, but I´m getting > TypeError: context.replaceWithinQuotes is not a function