RE: How to handle RSS Feeds

 

 From: Jesper Tverskov 

 
 I have started experimenting making RSS feeds to serve my articles
about universal web design that way too, but I am not ready yet. I see many
accessibility problems I would like to know the answer to.
 
  
 My experiments show that it is easy if you know XSLT to make a node
tree from scratch serving it as XHTML to any browser without JavaScript. But
I don't expect most  web page authors will ever get but a simple knowledge
of XML and never to get near XSLT.

 How are other members of the list dealing with RSS Feeds or rather
with the presentation of the XML node tree,  and what can be done about it?

There is another way that XML on the web can be transformed into readable
XHTML.

Add <?xml-stylesheet type="text/xsl" href="../style3.xsl" ?> before the
first tag,
where the href attribute points to a conversion stylesheet that works with
your
version of rss.

It won't work in lynx. It will only work in ie if the user has an up to date
msxsl
'plug-in' and Moz works AFAIK.

HTH 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 

Received on Thursday, 11 March 2004 04:43:02 UTC