Overview
Converts an XML string into a JSON string. In combination with a!fromJson, this allows for parsing an XML string into an Appian Dictionary.
Key Features & Functionality
Update 1.0.4
Update 1.0.2
Update 1.0.1
I have a situation where we have a '&' character inside one of the xml tags- and because of that I am getting this error:"Expression evaluation error at function 'xmltojson' [line 13]: Could not parse XML: Missing ';' in XML entity: & at 530 [character 531 line 1]".
What is the solution?
Getting the following error:
Expression evaluation error at function 'xmltojson': Could not parse XML: Missing ';' in XML entity: & at 32 [character 33 line 1]
Looks like jackson-databind has been updated to 2.10.5.1 but seems like the old version 2.8.9 was left in there.