Actions
1. RecordListToXml
This method allows you to convert a record list into structured XML. You can add aliases to nodes through the AttributesConfig structure, as well as specifying
a Namespace. Finally, you can force a wrapping node to the resulting output in order to have valid XML.
2. RecordToXml
This method allows you to convert a single record into structured XML. You can add aliases to nodes through the AttributesConfig structure, as well as specifying
a Namespace.
3. XmlToRecordList
This method allows you to parse XML and fill out a RecordList. No outputs will be returned, as the RecordList you select will be filled with the result of the parse. You may elect to ignore the XML declaraction and namespace, as well as define behaviour with regards to attribute prefixes and root nodes.
Click here to see your activities