Download Latest Version Faster internal processing for js2xml and json2xml source code.zip (497.8 kB)
Email in envelope

Get an email when there's a new version of XML - JMS/JSON

Home / v1.4.0
Name Modified Size InfoDownloads / Week
Parent folder
Better handling of basic xml entity codes source code.tar.gz 2017-08-19 279.7 kB
Better handling of basic xml entity codes source code.zip 2017-08-19 289.2 kB
README.md 2017-08-19 791 Bytes
Totals: 3 Items   569.7 kB 0

This release addresses some issues on escaping entity codes (e.g &) in xml document.

The new implementation can cause a slight breaking change: * Converting from xml to js will decode the 5 entity codes &amp; &lt; &gt; &quot; &#39; into & < > " '. For example, &amp; WILL be changed to & character (instead of keeping it &amp;). Also, {sanitize: true} option is deprecated. * Converting from js to xml will cause 3 characters & < > (instead of 5 characters) if found in node text to be transformed into &amp; &lt; &gt;. And will cause 1 character " (instead of 5 characters) if found in node attribute to be transformed into &quot;.

For more discussion, see this issue.

Source: README.md, updated 2017-08-19