Google has written an open-source library called Ajaxslt that implements XPath and XSLT in Javascript. It took a bit of playing to get it to work.
Google has written an open-source library called Ajaxslt that implements XPath and XSLT in Javascript. It took a bit of playing to get it to work.
I’m working on a Ruby project using Eclipse and RDT. RDT provides a couple useful features, including support for running unit tests with Test::Unit. Unfortunately, it’s pretty primitive at the moment. One big problem is that it can’t run all your tests. So we wrote a test suite class that runs all tests and can be run from Test::Unit:.
I had a hell of a time getting Ruby on Rails to work on Mac OS X 10.4 (Tiger). Here’s what ended up working for me.