// tag XMLNewElement := XMLDoc.createElement('tagname'); XMLNewElement.text := 'wert'; XMLCurrentElement.appendChild(XMLNewElement); XMLNewElement.text := 'wert2'; XMLCurrentElement.appendChild(XMLNewElement);
XMLNewProcessInst := XMLDoc.createProcessingInstruction('xml','version="1.0" encoding="UTF-8"'); XMLDoc.appendChild(XMLNewProcessInst);
Comments
Epimatic Corp.
http://www.epimatic.com