摘要:
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
阅读(387)
评论(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
阅读(467)
评论(0)
推荐(0)
浙公网安备 33010602011771号