baanware
5th December 2008, 11:01
Hi,
I need to format an XML-node as follows:
<command type="database">TRUNCATE_TABLE</command>
The node can be written without the >TRUNCATE_TABLE< as folllows:
xml_mainnode = xmlNewNode("command", XML_ELEMENT, xml_fileid)
xmlSetAttribute(xml_mainnode, "type", "database" )
Can anybody tell me how to add the >TRUNCATE_TABLE< ?
Thanks!
I need to format an XML-node as follows:
<command type="database">TRUNCATE_TABLE</command>
The node can be written without the >TRUNCATE_TABLE< as folllows:
xml_mainnode = xmlNewNode("command", XML_ELEMENT, xml_fileid)
xmlSetAttribute(xml_mainnode, "type", "database" )
Can anybody tell me how to add the >TRUNCATE_TABLE< ?
Thanks!