J
Jase Wells
I'm using XML::Twig to process a large XML file, and it's working fine.
That is, except for a particular node whose text is quite long -- the
data between the start/end tags is around 50 MB or so.
It seems to take a looong time to read, so I added a char_handler to
see what was happening. My char_handler subroutine tells me it's
receiving at most 1024 bytes at a time. Is there some option to change
the buffer size XML::Twig (or XML:
arser) uses to read the source
file? I've looked around, but no luck yet.
-j
That is, except for a particular node whose text is quite long -- the
data between the start/end tags is around 50 MB or so.
It seems to take a looong time to read, so I added a char_handler to
see what was happening. My char_handler subroutine tells me it's
receiving at most 1024 bytes at a time. Is there some option to change
the buffer size XML::Twig (or XML:
file? I've looked around, but no luck yet.
-j