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 / 1.6.0
Name Modified Size InfoDownloads / Week
Parent folder
Additional Processing via Custom Functions source code.tar.gz 2017-12-17 327.2 kB
Additional Processing via Custom Functions source code.zip 2017-12-17 336.8 kB
README.md 2017-12-17 379 Bytes
Totals: 3 Items   664.4 kB 0

This release adds a major feature that allows to pass in custom functions for additional processing.

Example to make all parsed element names in upper case:

:::js
var js = convert.xml2js(xml, {compact: false, elementNameFn: function(name) {
    return name.toUpperCase();
}});
Source: README.md, updated 2017-12-17