Top "Txmldocument" questions

The wrapper class for process XML documents in Embarcadero Delphi programming environment.

XML parsing, TXMLDocument

I have a problem with parsing XML. How to get field values se_url and phrase? I need to get …

xml delphi xml-parsing txmldocument
Delphi - XML - childnodes - getting attributes

I am trying to get the correct data from a twitter atom/xml feed. I have the twitter data in …

xml delphi txmldocument
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.…

delphi txmldocument
How to Convert Ansi to UTF 8 with TXMLDocument in Delphi

It's possible to convert the XML to UTF-8 encoding in Delphi 6? Currently that's what I am doing: Fill TXMLDocument with …

delphi unicode utf-8 delphi-6 txmldocument
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 …

xml delphi xml-namespaces txmldocument
Delphi - TXMLDocument created at run-time generates AV, with component on the form is working

I'm creating an instance of TXMLDocument at runtime, to load and parse a XML file. You can check the code …

delphi delphi-2006 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 …

delphi xpath delphi-xe txmldocument
How do I get encoding = "utf-8"?> in a txmldocument.xml?

This doesn't work for me in Delphi XE2. Var XMLDoc : IXMLDOCUMENT; begin XMLDoc := NewXMLDocument; XMLDoc.Active := True; XMLDoc.Version := '1.0…

delphi txmldocument