随笔分类 - XML
摘要:http://msdn.microsoft.com/zh-cn/library/vstudio/hf9hbf87.aspx Carson 31.95 05/01/2001 MSPress WA 在 XML 文档结构中,此图中的每个圆圈表示一个节点(称为XmlNode对象)。XmlNode对象是 DOM 树中的基本对象。XmlDocument类(扩展XmlNode)支持用于对整个文档执行操作(例如,将文档加载到内存中或将 XML 保存到文件中)的方法。此外,XmlDocument提供了查...
阅读全文
摘要:Using TXMLDocumentThe starting point for working with an XML document is theXml.XMLDoc.TXMLDocumentcomponent.The following steps describe how to use TXMLDocument to work directly with an XML document:Add aTXMLDocumentcomponent to your form or data module.TXMLDocumentappears on the Internet category
阅读全文
摘要:http://www.simdesign.nl/xml.htmlThis software component contains a small-footprint Object Pascal (Delphi) XML implementation that allows to read and write XML documents. You basically only need one unit and you can simply add it to the "uses" clause.You can use this software to read XML do
阅读全文