Sha256: 2aa3317a61fd33aeb3d38e5e2c142f9fd0b024c3148bd4cd9f45307306e142d2
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
# This file loads libxslt and adds the LibXSLT namespace # to the toplevel for conveneience. The end result # is to have XSLT:: universally exposed. # # It is recommend that you only load this file for libs # that do not have their own namespace, eg. administrative # scripts, personal programs, etc. For other applications # require 'libxslt' instead and include LibXSLT into your # app/libs namespace. require 'libxslt' include LibXML include LibXSLT
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxslt-ruby-1.2.0-x64-mingw32 | lib/xslt.rb |
libxslt-ruby-1.2.0 | lib/xslt.rb |