|
You bet, though I think going after an HTML page borders on next to uselessI thought we were comparing code. Please show us all the code for WS_invoke, DOM_build and DOM_getData.
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?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.