Hi!
thanks for making this library. This one and https://deno.land/x/xml2js@1.0.0 are faster than the most common Deno xml parser. I found a bug though. Parsing
console.log(parse('<row a="^"/>'))
outputs
{ declaration: undefined, root: undefined }
so values with a ^ in it (and who knows what else) are not parsed properly.
Another short note, the Deno import from your readme is wrong, it should be import { parse }, not import parse
Hi!
thanks for making this library. This one and https://deno.land/x/xml2js@1.0.0 are faster than the most common Deno xml parser. I found a bug though. Parsing
console.log(parse('<row a="^"/>'))outputs
so values with a
^in it (and who knows what else) are not parsed properly.Another short note, the Deno import from your readme is wrong, it should be
import { parse }, notimport parse