Add support for custom element names in XML extract/insert

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Korolev Michael
Enthusiast
Enthusiast
Posts: 199
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Add support for custom element names in XML extract/insert

Post 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
Former user of pirated PB.
Now registered user :].