Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlSetProp

Name Version Deprecated
xmlSetProp version 1.0 no

Prototype:
number xmlSetProp(number node, string name, string value)

Parameters:
node      the node
name      the attribute name
value      the attribute value

Description:
Set (or reset) an attribute carried by a node. If name has a prefix, then the corresponding namespace-binding will be used, if in scope; it is an error it there's no such ns-binding for the prefix in scope.

Returns:
Returns the attribute handle or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software