ruby-xslt usage

A

Andy Koch

Does anybody know how to use the ruby-xslt library?

I've managed to get it installed, at least "gem query list" thinks that
it is installed.

However, none of the examples I've seen (included with library code)
work correctly.

I'm not sure what to "require 'here'"?

I've tried many variations, including (but not limited to)..

require 'xml/xslt'
require '../xslt'
require 'xslt'
require 'ruby-xslt'

and others, but nothing works.

Any have a clue?

Regards,

Andy Koch
 
D

degei

According to the RDoc:

require 'xml/libxml'

should work (make sure you've required rubygems first).

- Matt
 
D

degei

According to the RDoc:

require 'xml/libxml'

should work (make sure you've required rubygems first).

- Matt
 
D

degei

According to the RDoc:

require 'xml/libxml'

should work (make sure you've required rubygems first).

- Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,204
Messages
2,571,062
Members
47,669
Latest member
johnmaxwell

Latest Threads

Top