Zen API
zXml_ItemString
C
zStatus zXml_ItemString(zXml xml, zXmlItem item, zChar** str);
Parameters
Parameters 
Description 
zXml xml 
XML document object. 
zXmlItem item 
Element 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.