RAA - ruby-xslt/0.9.3

ruby-xslt / 0.9.3

Short description: A Ruby class for processing XSLT
Category: Library/XML
Status: stable
Created: 2003-12-25 16:40:00 GMT
Last update: 2006-11-14 20:46:20 GMT
Owner: greg (Projects of this owner)
Homepage: http://gregoire.lejeune.free.fr
Download: http://gregoire.lejeune.free.fr/ruby-xslt_0.9.3.tar.gz
License: GPL
Dependency:
None
Description:

Ruby/XSLT is a simple XSLT class based on libxml <http://xmlsoft.org/> and libxslt <http://xmlsoft.org/XSLT/>

0.9.3 :
* Due to recent changes in Gentoo Linux's install system, ruby-xslt no longer installs correctly. Brendan fixed this.
* Cleaned up extconf.rb
* Removed unused debugging code (memwatch)
* Moved some things out of C into Ruby
* Made error handling much more useful
* Added some unit tests

0.9.2 :
* Changes to the way XSLT files are loaded, so that we can keep their base URI straight - Sorry Brendan !!!
* Major corrections
* Add documentation (use make doc)

0.9.1 :
* Add XML/Smart support. XML/Simple support is still available
* Add REXML support
* Add error classes
* Move samples scripts from tests to examples and add unit tests
* Major bugs corrections

0.8.2 :
* Configuration changes:
ruby extconf.rb --enable-exslt (on by default)
ruby extconf.rb --enable-error-handler (off by default)

* API changes:
XML::XSLT.new.extFunction("do-this", "http://fake.none", MyClass, "do_this")

is now

XML::XSLT.extFunction("do-this", "http://fake.none", MyClass)
0.8.1 :
* Major bug correction

0.8.0 :
* Major bug correction in parameters support

0.7.0 :
* Add external functions support

0.6.0 :
* Major bug correction

0.5.0 :
* Add XML/Simple support
* Add parameters support

0.4.0 :
* Add cache

0.3.0 :
* Major bug correction

0.2.0 :
* Major bug correction

0.1.0 :
* Initial version

Versions: [0.9.3 (2006-11-14)] [0.9.2 (2005-11-17)] [0.9.1 (2005-11-07)] [0.8.2 (2005-10-05)] [0.8.1 (2005-04-03)] [0.8.0 (2005-04-03)] [0.7.0 (2005-03-25)] [0.6.0 (2005-02-01)] [0.5.0 (2005-01-25)] [0.4.0 (2004-10-15)] [0.3.0 (2004-06-16)] [0.2.0 (2004-05-06)] [0.1.0 (-)]

Edit this project (for project owner)

back to RAA top