This Question is Answered

15 "helpful" answers available (3 pts)
3 Replies Last post: Sep 5, 2008 11:09 AM by wbardwell

How to add RSS feeds in curl Applet?

Sep 3, 2008 8:36 PM

Click to view lavkesh_rathi's profile Level 2 lavkesh_rathi 35 posts since
Aug 17, 2008

How to add RSS feeds in curl Applet?

Regards

Lavkesh Rathi


Click to view URPradhan's profile Level 7 URPradhan 141 posts since
Mar 6, 2008
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.
Click to view lavkesh_rathi's profile Level 2 lavkesh_rathi 35 posts since
Aug 17, 2008
2. Re: How to add RSS feeds in curl Applet? Sep 4, 2008 11:44 PM
in response to: URPradhan
Thnx Utkal sir for your help.....
Click to view wbardwell's profile Curl wbardwell 46 posts since
Oct 31, 2007
3. Re: How to add RSS feeds in curl Applet? Sep 5, 2008 11:09 AM
in response to: URPradhan
You can also parse the XML content in a less convenient fashion using the SAXParser class that is in the Curl RTE.