zStatus zXml_SetChildText(zXml xml, zXmlItem parent, const zChar* path, const zChar* str);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem parent |
Parent node. |
|
const zChar* path |
Path relative to the parent node. |
|
const zChar* str |
Character array. |
Sets XML child node content from a character array.
zXml.h