×
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.
if using SQLRPG you can use the following:
SELECT *
FROM
XMLTABLE('$result/rss/channel/item' passing xmlparse( document
systools.httpgetblob(
'
http://feeds.bbci.co.uk/news/world/rss.xml?edition=uk', '')) AS
"result" COLUMNS title VARCHAR(128) path 'title'
, description VARCHAR(1024) path 'description'
, LINK VARCHAR(255) path 'link'
, pubdate VARCHAR(20) path 'substring(pubDate, 1, 16)'
) AS RESULT ;
Bryan
Doug Englander wrote on 5/9/2019 5:32 PM:
Does anyone know if RPG can read an RSS feed? I thought I had seen examples of that capability on the internet, but I cannot find any now.
Thank you,
Doug
As an Amazon Associate we earn from qualifying purchases.
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.