As I need to read not quite simple XML file with invoice data, in this forum found suggestions to use TXML classes, with example in harbour/contrib/xhb/tests\xml1.prg.
That example uses realtivelly simple test.xml file to read. My XML invoice data are more complex, have several elements with deep structure, for example data about supplier, or data about invoice lines.
I do not know how to read nodes with deep structure inside root element.
I am sending file with some reduced example of my XML invoice data, based on UBL 2.1 format.
Is there are any list of possible TXML methods I can use in my PRG in order to successfully read my XML data ?
I have tried using xml1.prg as starting point, but stacked on complex nodes like are <cac:AccountingSupplierParty> or <cac:AccountingCustomerParty> and <cac:InvoiceLine>. If anybody knows how to do it please suggest how to read that kind of nodes.
Thanks in advance and Best regards.
Simo.