txmldocument
XPath and TXmlDocument
In Delphi XE is it possible to use XPath with a TXmlDocument component? I\'m aware I can use late binding to access the MSXML2 and then use XPath:[详细]
2023-02-18 23:52 分类:问答How to construct a Soap Envelope manually using TXMLDocument (Delphi 2006)
I\'ve been having this problem for a long time now and I cannot solve it my se开发者_如何学运维lf. I\'ve tried searching Google, Bing and stackOverflow too? No luck...[详细]
2023-02-03 14:56 分类:问答Reading and writing into the XML file
I need to work on XML files using Delphi. I want to present the xml data in a DBGrid to the user and save the changes done by user in the XML file.[详细]
2023-01-21 12:56 分类:问答How do I add a namespace prefix to each node using TXMLDocument
I used the XML Binding Wizard to create a descendant of TXMLDocument. The files generated by this class would declare the namespace in the root node and create just plain, unadorned nodes for the rest[详细]
2023-01-21 07:20 分类:问答How to make TXMLDocument (with the MSXML Implementation) always include the encoding attribute?
I have legacy code (I didn\'t write it) that always included the encoding attribute, but recompiling it to D2010, TXMLDocument doesn\'t include the encoding anymore. Because the XML data have accented[详细]
2022-12-28 19:38 分类:问答Issue building an XML document using TXMLDocument
I\'m new to delphi and now I have to read create an xml. my code is the following: function foo.createXMLDocument(): TXMLDocument;[详细]
2022-12-08 10:56 分类:问答