Zen API
zXml_AddItem
C
zStatus zXml_AddItem(zXml xml, zXmlItem parent, const zChar* name, zXmlItem* item);
Parameters
Parameters 
Description 
zXml xml 
XML document object. 
zXmlItem parent 
Parent node. 
const zChar* name 
Name of the new node. 
zXmlItem* item 
Destination for the item handle. 
Description

Inserts a new child node at the end of the specified parent node's child list.

File

zXml.h

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