摘要:
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... 阅读全文
摘要:
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 阅读全文