Libxml XML::Document.find("/doc") # [BUG ] Segmentation fault

This is my first message
Libxslt is working fine.

Thank you

This is my first message

Libxslt is working fine.

···

On Thu, 4 Dec 2003, Ujwal wrote:

Have you tried REXML? Unless there’s some reason you need to use Libxml,
you can use REXML, which is in the ruby 1.8 distribution.

Chad

Chad Fowler chad@chadfowler.com wrote in message news:Pine.LNX.4.44.0312040757470.22430-100000@ns1.chadfowler.com

This is my first message

Libxslt is working fine.

Have you tried REXML? Unless there’s some reason you need to use Libxml,
you can use REXML, which is in the ruby 1.8 distribution.

Chad

Thank’s for the reply, currently iam using REXML for reading documents
but iam using libxslt which need XML::Document

now i write a XML document in REXML, save it to a file, read as
XML::Document for applying stylesheets

<<<>>> is it possible to apply a chain of stylesheets with out
saving(temp files) them to disk
<<<>>> i am unable to use Tempfile instance to XML::XSLT#save
<<<>>> in mod_ruby on Apache 2.** i am unable to use send_fd,
internal_redirect is also not working if we give file path, but
working for dir paths

Thank you
_Uj

···

On Thu, 4 Dec 2003, Ujwal wrote: