Zen API
zXml_CopyItem
C
zStatus zXml_CopyItem(zXml xml, zXmlItem parent, zXmlItem before, zXml srcXml, zXmlItem srcItem, zXmlItem* item);
Parameters
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. 
Description

Copies a node from one XML document to another XML document.

File

zXml.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.