XMLCloneNode
(Engine-Level Function)
XMLNode |
Required. A valid XMLNode. |
MembersDictionary |
An optional dictionary containing additional members to be added to the cloned node. |
Comments: |
If the optional member dictionary parameter is supplied, any additional members will be added to the cloned node in the same order that they were added to the dictionary. |
Example:
MembersDict = Dictionary(0);
MembersDict["ISBN"] = XMLCreateNode("01234567890");
MyNode = XMLCloneNode(XMLNode\catalog\book, MembersDict);
Trihedral and VTScada are registered trade marks of Trihedral Engineering Limited
© Trihedral Engineering Limited 1983- 2024 All rights reserved.