Posts by Debs • 11 points
2 posts
-
0
votes3
answers951
viewsA: Txmldocument load from a String
Actually the XML was loading, but I thought it was not because I received a null Pointer when I tried to get Node 'Alipay' from the list of nodes that returns on this line: alipay := doc.ChildNodes;…
-
1
votes3
answers951
viewsQ: Txmldocument load from a String
I’m new to Delphi and I’m having trouble loading an XML document from a string. There is no mistake, just does not load, it makes me think I must be making some very silly mistake. My code is this:…