摘要: XML example, from the OmniXML XPath demo: Harry Potter Learning XML Z OmniXML v lepso prihodnost 2006 Kwe sona standwa sam Try something like this:uses XMLDoc, XMLDom, XMLIntf; // From a post in Embarcadero's Delphi XML forum. function selectNode(xnRoot: IXmlNode;cons... 阅读全文
posted @ 2013-07-09 09:55 Max Woods 阅读(377) 评论(0) 推荐(0) 编辑
摘要: DescriptionThis example illustrates the basic operations on an XML document.Codeprocedure CreateDocument;const CFilename = 'file.xml';var LDocument: IXMLDocument; LNodeElement, NodeCData, NodeText: IXMLNode;begin LDocument := TXMLDocument.Create(nil); LDocument.Active := True; { Define docum 阅读全文
posted @ 2013-07-09 09:51 Max Woods 阅读(452) 评论(0) 推荐(0) 编辑