Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlNewProp

Name Version Deprecated
xmlNewProp version 1.0 no

Prototype:
number xmlNewProp(number cur, string name, string value)

Parameters:
node      the holding node
name      the name of the attribute
value      the value of the attribute

Description:
Create a new property carried by a node.

Returns:
Return an attribute handle if succeeded or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications