From: ujwalic@... (Ujwal) Date: 2003-12-05T06:57:06+09:00 Subject: Re: Libxml XML::Document.find("/doc") # [BUG ] Segmentation fault Chad Fowler wrote in message news:... > On Thu, 4 Dec 2003, Ujwal wrote: > > # 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