I pushed out a 0.8.2 libxslt release last night.  Changes include:

* To use LibXSLT you can either require 'xslt' or require 'libxslt'.
  The differences is that require 'xslt' mixes the LibXML and
  LIBXSLT modules into the global namespace, thereby allowing
  you to write code such as:

  stylesheet = XSLT::Stylesheet.new(XML::Document.new).

Note that this is different from 0.8.0 release and may require updating our code.

* Support for libxml-ruby 0.8.2

* Improved Windows support - libxslt-ruby should now work out of the box.

Enjoy,

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to