Add support for custom element names in XML extract/insert
Posted: Mon Feb 20, 2017 8:14 am
ExtractXMLList()
InsertXMLList()
From docs:
Please add custom node names
InsertXMLList()
From docs:
At this moment i need to name my node elements according to this:The inserted node is named "list" and the contained element nodes are named "element". See below for an example of the created XML.
Code: Select all
<list>
<element>square</element>
<element>circle</element>
<element>triangle</element>
</list>