创建xml文件(100分)

  • 主题发起人 zht_66407
  • 开始时间
Z

zht_66407

Unregistered / Unconfirmed
GUEST, unregistred user!
请教
如何在delphi用TXMLdocument手工创建一个xml文件
包括(根节点,子节点,属性)?
 

a:=TXMLDocument.Create(self);
a.FileName:='http://localhost/xml/web.xml';
具体看:
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1020459
 
接受答案了.
 
顶部