Sha256: 016830d8bc5b888c3913b04a531566564b1ac9f92e142852a763636eb4da9d85
Contents?: true
Size: 456 Bytes
Versions: 20
Compression:
Stored size: 456 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
20 entries across 20 versions & 2 rubygems