× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Aaron Bartell wrote:
You bet, though I think going after an HTML page borders on next to useless
which is why I offered up something more "real-world" (though I agree we can
start at a more simple level). Here is an example in RPG that retrieves a
remote web page and obtains the value of a td tag:

/free

url = 'http://red.rpg-xml.com';
WS_invoke(url: 80: req: rsp);

DOM_build(rsp: '*VAR': err);
data = DOM_getData('/html/body/table/tr/td/': 1);

*inlr = *on;

/end-free


Next?
I thought we were comparing code. Please show us all the code for WS_invoke, DOM_build and DOM_getData.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.