1.Re: How to add RSS feeds in curl Applet? Sep 3, 2008 10:07 PM
Make a HttpForm.Get request to a server (the feed server with feed link) and the server will dispatch a XML document to you. Parse that XML document using WSDK (Curl library to handle XML data) and display the feed content.