Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlNewNsProp

Name Version Deprecated
xmlNewNsProp version 1.0 no

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

Parameters:
node      the XML node handle
ns      the XML namespace handle as returned by xmlNewNs
name      the name of the attribute
value      the value of the attribute

Description:
Create a new property tagged with a namespace and carried by a node.

Returns:
Returns an attribute handle.

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