[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby-xslt usage

andy

2/20/2007 8:19:00 PM

6 Answers

degei

2/20/2007 9:27:00 PM

0

According to the RDoc:

require 'xml/libxml'

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

- Matt

degei

2/20/2007 9:27:00 PM

0

According to the RDoc:

require 'xml/libxml'

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

- Matt

degei

2/20/2007 9:27:00 PM

0

According to the RDoc:

require 'xml/libxml'

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

- Matt

Pau Garcia i Quiles

2/20/2007 9:50:00 PM

0

Hello,

I am using it successfully in XSPF for Ruby
(http://xspf.rub...). Actually, I am de gem packager as the
author does not provide a gem.

Take a look at the xspf.rb file in XSPF for Ruby and you'll see how it
works. You need to require 'xml/xslt'.

--
Pau Garcia i Quiles
http://www.e...
(Due to the amount of work, I usually need 10 days to answer)


Quoting Andy Koch <andy.koch@pc-doctor.com>:

> 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



degei

2/20/2007 9:56:00 PM

0

Oops, ignore my post (just goes to show you shouldn't post while busy
with other things).


andy

2/21/2007 4:48:00 PM

0