Quick Tip: Ruby, XSLT and Windows
From Aventine Solutions
Reading XML documents into Ruby is straightforward because REXML is a built-in set of libraries for the language, but I found XSLT is another story.
The best options seem to be libxml and libxslt which are Ruby bindings for the corresponding native libraries from GNU projects, but I cannot get them to work yet with Cygwin. Stay tuned for more later ...

