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:
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...
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.
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
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
I\'m new to delphi and now I have to read create an xml. my code is the following: function foo.createXMLDocument(): TXMLDocument;