On 18 Apr 2007, at 15:13, stefan lauer wrote:

> Hi,
>
> I workaround it by read the file in with the native Rubyclass File.
>
> I do it on this way:
>
> file = File.new(@xmlfile)
>          parser.io = file
>          @doc = parser.parse
>
> This helps for me.

I'm using it to create XML though, not read it in. I'll remember your  
tip though, thanks :)

Cheers,

Chris
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to