
Plug-in (Function & Smart Service)Free
XML Parser
by Appian Corporation
Description
Converts an XML string into a JSON string. In combination with a!fromJson, this allows for parsing an XML string into an Appian Dictionary.
Features
Update 1.0.4 Removes old dependencies
Update 1.0.2
- Adds 'removeNamespace' optional boolean parameter to xmltojson which strips all namespace prefixes and xmlns declaration tags
Update 1.0.1 Updated to the latest org.json library.
- No longer parses numbers leading with 0 as octet numbers
- Adds 'stringsOnly' optional boolean parameter to xmltojson which force casts all XML values to strings, rather than trying to parse booleans and numbers.
fn!xmltojson
Release notes
Upgraded the JSON library
Version history (7)
1.0.8
Upgraded JSON library
1.0.7
Security Updates
1.0.6
Security Updates
1.0.5
Security Updates
1.0.4
Removes old dependencies from lib folder
1.0.3
Updates dependencies to latest versions
1.0.1
[MIGRATED] Converts an XML string into a JSON string. In combination with a!fromJson, this allows for parsing an XML string into an Appian Dictionary.
Update 1.0.1 Updated to the latest org.json library.
- No longer parses numbers leading with 0 as octet numbers
- Adds a new optional boolean paramter to xmltojson which force casts all XML values to strings, rather than trying to parse booleans and numbers.
fn!xmltojson