zStatus zXml_Attr32f(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 |
Returns attribute content as a numeric value. |
Gets XML attribute content as a z32f value.
zXml.h