zStatus zXml_ItemString(zXml xml, zXmlItem item, zChar** str);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem item |
Element node. |
|
zChar** str |
Receives null-terminated character array. |
Gets XML element node content as a character array.
Use the zFree function to deallocate the received character array.
zXml.h