Saturday, April 29, 2006

Building an RSS Feed Reader in PL/SQL

AMIS Technology blog » Blog Archive » Building an RSS Feed Reader in PL/SQL - using dbms_xmlparser, dbms_xmldom and dbms_xslprocessor for parsing and transforming:
"This article will demonstrate how we can build an RSS Feed Reader in PL/SQL. We will use DBMS_XMLPARSER to read an RSS feed from an URL and parsethe RSS document, then using the DBMS_XMLDOM package we will analyze the document and then make use of the DBMS_XSLPROCESSOR package to transform the RSS document into a presentable format. "
cat: Oracle, WebDev