Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlSetNsProp

Name Version Deprecated
xmlSetNsProp version 1.0 no

Prototype:
number xmlSetNsProp(number node, number ns, string name, string value)

Parameters:
node      the node
ns      the namespace handle
name      the attribute name
value      the attribute value

Description:
Set (or reset) an attribute carried by a node. The ns structure must be in scope, this is not checked

Returns:
Returns the attribute handle or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software