XmlCreateSubNode

From Multi Theft Auto: Wiki
Revision as of 11:05, 20 October 2007 by Jbeta (talk | contribs) (Changed description, fixed syntax, added argument descriptions, added return info, added categories)
Jump to navigation Jump to search

This function creates a subnode for a specified XML node.

Syntax

xmlnode xmlCreateSubNode ( xmlnode parentNode, string tagname )

Required Arguments

  • parentNode: the xmlnode you want to create a subnode of.
  • tagname: the type of the subnode that will be created.

Returns

Returns the created xmlnode if successful, false otherwise.

Example

See Also