zStatus zXml_SetChild32s(zXml xml, zXmlItem parent, const zChar* path, z32s value);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem parent |
Parent node. |
|
const zChar* path |
Path relative to the parent node. |
|
z32s value |
Numeric value. |
Sets XML child node content from a z32s value.
zXml.h