css for feeds
Apparently all xml can have a style sheet designated in the feed. Here is an example of blogspot.com 's style sheet for their Atom feeds:
xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"
put that as the second element
Check out their stylesheet here: atom.css
and Bozo's feed viewed in that style
xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"
put that as the second element
Check out their stylesheet here: atom.css
and Bozo's feed viewed in that style
Comments
Seth says
also apparently there is a prob on the apache at spry that forces media type application/atom-xml to be processed by some aspx ... so am using text/xml instead till i can dig into the apache config
also apparently there is a prob on the apache at spry that forces media type application/atom-xml to be processed by some aspx ... so am using text/xml instead till i can dig into the apache config
Seth says
view progress on our feeds seth's feed ... not much yet, i know
view progress on our feeds seth's feed ... not much yet, i know
Seth says
mostly testing on this is progressing off of this item
mostly testing on this is progressing off of this item