About
XMLRecords is an extension that allows you to convert OutSystems Records and RecordLists into XML and vice-versa. 
Record to XML
RecordToXml
Description
RecordToXml 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.
Record list to XML
RecordListToXml
Description
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 a valid XML.
XML to Record list
XmlToRecordList
Description
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 choose 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