× 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.



Adam West wrote:
Is it doable to have an RPG program go to a web site and get the rates or it must be done via an FTP or XML process?

I'm not really sure what you mean by "an XML process". HTTP and FTP are communication protocols while HTML and XML are markup languages, or ways of formatting data. Web sites of the sort that a human would usually look at in a browser are usually HTML documents retrieved using HTTP. Web services often return XML documents using HTTP.

FTP is just another way of getting data from one place to another. You might get XML, CSV, field-delimited or some other type of document from an FTP server.

If you want to try to extract rates from an HTML page (aka web site), I only have one word of advice ... don't! If you can get the data in another format it would likely be much easier on you. Parsing HTML is painful compared to parsing XML or a delimited file (the type you might get via FTP).

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.