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.




> Hi there,
>
> Just been looking into using libxml-ruby to generate some largish
> feeds for our clients (5000 records in a feed). It's obviously faster
> than XmlBuilder, but I'm running into the same problem as reported in
> [1].
>
> Has there been any progress on this? Is there anything I can do to
> solve it?
>
> Thanks,
>
> Chris
>
>
> [1] http://rubyforge.org/tracker/index.php?
> func=detail&aid=7945&group_id=494&atid=1971
> _______________________________________________
> libxml-devel mailing list
> libxml-devel@rubyforge.org
> http://rubyforge.org/mailman/listinfo/libxml-devel







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

Reply via email to