Sha256: 7f3c89dacf869c63a99af292ea7fc83490d911514c58669491c26d62dd01b16a

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

== INSTALLATION

Installation is simple.  Follow the following steps:

=== Rubygems

  gem install libxslt-ruby
	
=== Tarball/zip	

  $ rake test
  $ rake install

If extconf yacks up an error, follow the instructions it provides.
You will need to chdir to ext/xml and run 'ruby extconf.rb' to provide
options, after which you can either use Rake for everything or 
do with make (make && make install).

Once installed, look at the test scripts (tests/*.rb), and run 
'rake doc' to generate API documentation.

== DOCUMENTATION

RDoc comments are included - run 'rake doc' to generate documentation.
You can find the latest documentation at:

* http://libxml.rubyforge.org/doc/xslt

== USAGE EXAMPLE

*Note*: To use libxslt, you have to require both 'xml/libxml' and 'xml/libxslt'.

  $ cd tests
  $ ruby fuzface.rb

== If you checked out from CVS

If you checked out the source from CVS, you must install a copy of
the current (or matching) libxml-ruby headers in:

  ext/xml/libxml-ruby
	
prior to running the above. This can be done via rake, and will
happen automatically if ../libxml/ext/xml is found, or the
LIBXMLH=/path/to/headers commandline option is supplied.

# $Id: README,v 1.3 2006/03/21 22:42:21 roscopeco Exp $

# See the LICENSE file for copyright and distribution information

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libxslt-ruby-0.3.6 README