soldair / node-jsontoxml

this renders a simple javascript object structure into xml/html. js objects are easier to modify than strings so no need to parse a whole dom to reliably add a few elements. while this could support async callbacks it doesn't. if people need it i will be happy to add support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not escape values in PCDATA

Nokel81 opened this issue · comments

The following characters should be escaped when they are part of the text field or equivalent.

&, ", ', <, >