zStatus zXml_ChildString(zXml xml, zXmlItem parent, const zChar* path, zChar** str);
|
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. |
Gets XML element node content as a character array.
Use the zFree function to deallocate the received character array.
zXml.h