Sha256: 27aee62497ccffc8134aea6d6b02873bdbd406c084edd032dcb3ce1e19864750
Contents?: true
Size: 457 Bytes
Versions: 19
Compression:
Stored size: 457 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
19 entries across 19 versions & 3 rubygems