XmlDestroyNode
		
		
		
		Jump to navigation
		Jump to search
		
		
	
This function destroys a XML node from the XML node tree.
bool xmlDestroyNode ( xmlnode theXMLNode )
Returns true if the xml node was successfully destroyed, false otherwise.
-- Todo...