these are aaronland.infoxsl tools

atom03-to-rss

These are XSLT stylesheets for transforming an Atom 0.3 document in to a RSS 1.0 or RSS 2.0 document.

The current version of the atom03-to-rss10 stylesheet is 0.99.

released January 25, 2004

source

www.aaronland.info/xsl/atom/0.3/atom03-to-rss-0.99.tar.gz

example: Atom 0.3 to RSS 1.0


$> xsltproc -o ./examples/atom03minimal.rdf /path/to/atom03-to-rss10.xsl \
   ./examples/atom03minimal.xml
   

example: Atom 0.3 to RSS 2.0


$> xsltproc -o ./examples/atom03maximal.rss /path/to/atom03-to-rss20.xsl \
   ./examples/atom03maximal.xml
   

requirements

XSLT Standard Library, version 1.1

notes

license

This work (the atom03-to-rss stylesheets) is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/1.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.