|
-
Dec 24th, 2021, 10:05 AM
#4
Thread Starter
Member
Re: Reading an xml file in vb6.0
 Originally Posted by Schmidt
You have a broad set of COM-libs you can use to parse that conveniently:
- either use one of the MS-XML-COM-libs which come preinstalled on your system,
- or the XML-parser included in the RichClient-lib
Though before posting any code (in case these results come from a "Web-Service", via an https-API)...
Such WebApis usually offer you a choice, to retrieve the results either in XML- or in JSON-format.
And it is the latter one, which is the more commonly used these days.
(and yes, there's also several good JSON-parsers available, to parse such results in VB6).
Olaf
Do you have an example for this to send it to me please?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|