Page 1 of 1

Add support for custom element names in XML extract/insert

Posted: Mon Feb 20, 2017 8:14 am
by Korolev Michael
ExtractXMLList()
InsertXMLList()

From docs:
The inserted node is named "list" and the contained element nodes are named "element". See below for an example of the created XML.
At this moment i need to name my node elements according to this:

Code: Select all

<list>
   <element>square</element>
   <element>circle</element>
   <element>triangle</element>
</list>
Please add custom node names