xml2js-force-cdata
v1.0.0
Published
forked from https://github.com/Leonidas-from-XIV/node-xml2js
Downloads
62
Readme
===========
forked from xml2js.
many applications require forced CDATA wrapper in builder, I made small change to enable this:
Option for Builder class
to enable this:
const builder = new xml2js.Builder({
cdata: 'always'
})