Zen API
zXml_SetAttr64f
C
zStatus zXml_SetAttr64f(zXml xml, zXmlItem item, const zChar* name, z64f value);
Parameters
Parameters 
Description 
zXml xml 
XML document object. 
zXmlItem item 
Element node. 
const zChar* name 
Attribute name. 
z64f value 
Numeric value. 
Description

Sets XML attribute content from a z64f value.

File

zXml.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.