to serial0:
txmldocument有删除子节点的操作方法。
用法:
ixmlnodelist.remove(ixmlnode);
例:
xmldocument1.documentelement.childnodes.remove(ixmlnode);
也许说的不清楚,帮助中查找remove就能找到了。
to xiey:
xmldocument1.XML.Add('<?xml version="1.0" encoding="gb2312"?>');
xmldocument1.XML.Add('<standarddata/>');
xmldocument1.Active:=true;
xmldocument1.DocumentElement.AddChild('asd',0);
xmldocument1.DocumentElement.AddChild('aaa',1);
xmldocument1.SaveToFile('e:/sldk.xml');
我太菜了,不喜欢用with语句。那样有一些属性和方法就不会拼写了。
见笑了。