zStatus zXml_SetAttrText(zXml xml, zXmlItem item, const zChar* name, const zChar* str);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem item |
Element node. |
|
const zChar* name |
Attribute name. |
|
const zChar* str |
Character array. |
Sets XML attribute content from a character array.
zXml.h