Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kXml_CopyItem ( kXml  xml,
kXmlItem  parent,
kXmlItem  before,
kXml  srcXml,
kXmlItem  srcItem,
kXmlItem item 
)

Copies a node from another XML document to this document, inserting a new node at the specified location.

Parameters
xmlDestination XML document.
parentDestination parent element.
beforeDestination sibling element (kNULL appends to end of parent's child list).
srcXmlSource XML document.
srcItemSource XML element.
itemDestination for the copied item handle.
Returns
Operation status.