Questions tagged [txmldocument]

The wrapper class for process XML documents in Embarcadero Delphi programming environment. Dangerous for novices! Read the documentation!

The class is a front-end to several existing XML engines, depending on the operating system and other environment factors.

The class works in both reference-counted and explicit programmer-controlled memory management schemes at the same time.

This is very contrast to the usual behavior of Delphi stock and 3rd-party libraries and drives not yet bitten developers into repeating the same old faux pas endless times.

etc.

Hopefully with this wiki page created, at least that specific trouble would be less often repeated. At least for those developers, caring to fill the tags.

47 questions
0
votes
1 answer

What is the correct encoding for Indy Tidhttp for posting XML Files?

I notice I have invalid characters for XML files in an application who use Indy Client (I actually use default parameters for IdHttp) Here is my code : ts := TStringList.Create; try ts.Add('XML=' + AXMLDoc.XML.Text)); HTTPString :=…
Hugues Van Landeghem
  • 6,755
  • 3
  • 34
  • 59
0
votes
2 answers

Access Violation in NTDLL using IXMLDocument

I continually get an access violation at read of address 0xfeeefeee where the debugger stops on the Ntdll.NtRaiseException, I can not debug further as I get a loop condition telling me that the app has faulted at ... Use step or run... and this…
imcpu2
  • 1
  • 1
1 2 3
4