Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert new TAG in XML
Message
From
29/10/2021 14:03:34
 
 
To
29/10/2021 12:34:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01682601
Message ID:
01682605
Views:
40
Thomas,

>But my advice would be slightly different:
>Get away from XML and its intricacies, move to JSON for KISS reasons.
> ;-)

It's UBL. I doubt Luís is going to find many agents and processors working with JSON.

Anyway, there are other XML parsers around (the 'intricacy' comes from the the way the parser works, not from XML itself).

For instance, with Chilkat
m.xml = CREATEOBJECT("Chilkat_9_5_0.XML")
m.xml.LoadXmlFile(GETFILE("xml"))
m.OrderReference = m.xml.FindChild("cac:OrderReference")
and so on...
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform