charto / cxml

Advanced schema-aware streaming XML parser
MIT License
43 stars 33 forks source link

Can't parse CDATA section #17

Open miklcct opened 4 months ago

miklcct commented 4 months ago

All the CDATA in my XML doesn't appear in the parsed output.

miklcct commented 4 months ago

Workaround: use xml2js to parse and serialise before handing it to cxml