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
Hello,
on my Server amd x86_64 ruby 1.8.4 and libXML 0.3.8.4 are installed. I
read in large xml-Files (my testfile has 7Mb and roundabout 12
lines)
and process it (that means delete some
nodes/elements) and write them out. The output file contains sometimes
suddenly ctrl+A characters.
I tri