Zen API
zXml_ChildString
C
zStatus zXml_ChildString(zXml xml, zXmlItem parent, const zChar* path, zChar** str);
Parameters
Parameters 
Description 
zXml xml 
XML document object. 
zXmlItem parent 
Parent node. 
const zChar* path 
Path relative to the parent node. 
zChar** str 
Receives null-terminated character array. 
Description

Gets XML element node content as a character array.

Use the zFree function to deallocate the received character array.

File

zXml.h

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