RSS Support =========== The gSOAP RSS library supports RSS 0.91, 0.92, and 2.0 Examples -------- An example RSS client and server are included. As a command-line client displays RSS feeds in text format. As a server reformats formats RSS feeds in HTML to be displayed in your web pages via a JavaScript (see below). Usage (client) -------------- > rss [maxitems] URL Prints RSS content in text format. Examples: > rss 10 http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml > rss 10 http:// < your_rss_file.xml Usage (server) -------------- Installed as CGI application prints Javascript code to view RSS feeds in Web pages. The Javascript code produced by this application is executed with the following example script embedded in the Web page, e.g. to display BBC news: To control the appearance with cascading style sheets: rss_box the bounding div for the entire display rss_table the table with title, image, and items rss_title the title of the feed and link style if displayed rss_image the image rss_bar the dividing bar rss_item the title of the item rss_desc the description of the item