RE: [xsl] feed reader problem

Subject: RE: [xsl] feed reader problem
From: David.Pawson@xxxxxxxxxxx
Date: Tue, 20 Apr 2004 08:47:28 +0100
    i'm currently developing a very simple RSS feed 
    reader....for this i've written a java servlet that would 
    get the feed and apply the xsl which also given as input in 
    the prgm.i'm fetching many RSS feeds and applying the same 
    tyle sheet to all of them .....now i want to present to 
    user in a better way.....may be  a table for every channel 
    i fetch....when i'm trying to apply logic... i'm having 
    problem.......i can post my java code and xsl code...i want 
    to present the data to user like the site www.fyuze.com 
    does....so i want to know if it is achievable using a java 
    servlet prgm and xslt style sheet.....any kind of advice is 
    appreciated

Yes it is possible. 
I've not used a servlet, just plain java to fetch the url's listed
in an external file (ease of updates), then xslt to transform them
into HTML for viewing. Input files are passed in as a token seperated
string, through which I iterate to pull the source files.
  Hacks 0.91, 0.92 1.0 and atom syntax so far.

regards DaveP


- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

Current Thread