XmlNodeGetAttribute: Difference between revisions
Jump to navigation
Jump to search
Black Dragon (talk | contribs) mNo edit summary |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
This | This function is used to return an attribute of a node in a configuration file. | ||
==Syntax== | ==Syntax== | ||
Line 10: | Line 8: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*''' | *'''xmlnode:''' The node from which you wish to return the attribute | ||
*'''name:''' The name of the attribute. | |||
*''' | |||
===Returns=== | ===Returns=== | ||
Returns | Returns the attribute in string form. | ||
==Example== | ==Example== | ||
Line 32: | Line 26: | ||
{{FunctionArea_Functions}} | {{FunctionArea_Functions}} | ||
{{XML_functions}} | {{XML_functions}} | ||
[[Category:Incomplete]] |
Revision as of 15:06, 20 June 2007
This function is used to return an attribute of a node in a configuration file.
Syntax
string xmlNodeGetAttribute ( xmlnode xmlnode, string name )
Required Arguments
- xmlnode: The node from which you wish to return the attribute
- name: The name of the attribute.
Returns
Returns the attribute in string form.
Example
This example does...
--This line does... blabhalbalhb --abababa --This line does this... mooo