zStatus zXml_SetAttr32f(zXml xml, zXmlItem item, const zChar* name, z32f value);
|
Parameters |
Description |
|
zXml xml |
XML document object. |
|
zXmlItem item |
Element node. |
|
const zChar* name |
Attribute name. |
|
z32f value |
Numeric value. |
Sets XML attribute content from a z32f value.
zXml.h