Search results

Jump to navigation Jump to search
  • if xmlFile then -- If it's indeed opened local node = xmlCreateChild ( xmlFile, "somesubnode" ) -- Create a new subnode
    5 KB (633 words) - 20:52, 12 May 2019
  • if xmlFile then -- If it's indeed opened local node = xmlCreateChild ( xmlFile, "somesubnode" ) -- Create a new subnode
    5 KB (579 words) - 11:36, 25 December 2014
  • Returns the value of the node as a [[string]] if it was received successfully, ''false'' otherwise. if xmlFile then -- If it's indeed opened
    5 KB (656 words) - 20:50, 12 May 2019
  • if xmlFile then -- If it's indeed opened local success = xmlNodeGetValue ( node ) -- Get the value of it
    5 KB (603 words) - 11:29, 25 December 2014
  • This example will add a command called '/delnode' and it will create an xml file called 'test.xml'. xmlCreateChild(xml, "node")
    1 KB (143 words) - 20:13, 2 January 2015
  • ...using [[xmlSaveFile]]. This function will overwrite the file specified if it already exists. ...ample, if you want to create a file named 'new.xml' in the resource 'ctf', it can be created from another resource this way: ''xmlCreateFile(":ctf/new.xm
    2 KB (297 words) - 15:53, 27 March 2018
  • -- If this is the first update, add svg to our table and start drawing it local rect = xmlCreateChild(svgXML, "rect")
    3 KB (418 words) - 23:15, 8 April 2022