Atom-to-HTML 0.2
Version 0.2 of the XSLT transform from Atom 0.3 to XHTML 1.1 is available.
This version no longer relies on the order of entries in the feed and cleans up some markup inconsistencies. It has additions to better support various aspects of Atom I learned about since the first version. The code is much cleaner, with better separation of concerns, and will now work well as an import inside another stylesheet, in which case it will only produce a <div>
-fragment rather than a full document.
This version uses EXSLT features extensively to handle all manner of date-related issues as well as to help with the code structure. It is therefor no longer really suitable for an XSLT processor without solid EXSLT support.