Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlGetProp

Name Version Deprecated
xmlGetProp version 1.0 no

Prototype:
string xmlGetProp(number node, string name)

Parameters:
node      the node
name      the attribute name

Description:
Search and get the value of an attribute associated to a node. 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.

NOTE: this function acts independently of namespaces associated to the attribute. Use xmlGetNsProp for namespace aware processing.

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