Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
xmlGetProp | version 1.0 | no |
string xmlGetProp(number node, string name) |
node | the node |
name | the attribute name |
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. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT | (c)2009 RadGs Software |