zStatus zXml_CopyItem(zXml xml, zXmlItem parent, zXmlItem before, zXml srcXml, zXmlItem srcItem, zXmlItem* item);
|
Parameters |
Description |
|
zXml xml |
Destination XML document object. |
|
zXmlItem parent |
Destination Parent node. |
|
zXmlItem before |
Destination sibling node (kNIL appends to end of parent's child list). |
|
zXml srcXml |
Source XML document object. srcItem = Source XML element node. |
|
zXmlItem* item |
Destination for the copied item handle. |
Copies a node from one XML document to another XML document.
zXml.h