Sha256: 700d214069c6bf1b3af0ffbdc5fab7f6ebcbe424ae73bccb8559590f18f504bf

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

Stored size: 393 Bytes

Contents

# First make sure libxml is loaded
require 'libxml'

# Now if running on Windows, then add the current directory to the PATH
# for the current process so it can find the pre-built libxml2 and 
# iconv2 shared libraries (dlls).
if RUBY_PLATFORM.match(/mswin/i)
  ENV['PATH'] += ";#{File.dirname(__FILE__)}"
end

require 'libxslt_ruby'

require 'libxslt/deprecated'
require 'libxslt/stylesheet'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libxslt-ruby-r19mingw1-0.9.7 lib/libxslt.rb