Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlGetNsProp

Name Version Deprecated
xmlGetNsProp version 1.0 no

Prototype:
string xmlGetNsProp(number node, string name, string namespace)

Parameters:
node      the node
name      the attribute name
namespace      the URI of the namespace

Description:
Search and get the value of an attribute associated to a node. This attribute has to be anchored in the namespace specified. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.

Returns:
Return the attribute value or an empty string.

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