You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing a module that will allow random access to the contents of XML files too big to
fit into memory. I plan to scan the input file for specific element names and build byte offsets
for the XML content of each of those elements. Using XML::Parser::Expat->current_byte almost
allows for this but it does not leave a good way to remove markup from start events.
The attached patch includes a new accessor method for XML::Parser::Expat called
current_length. It wraps the XML_GetCurrentByteCount function exactly like
XML_GetCurrentByteIndex does. The patch also includes changes to the documentation to
reflect the new method.
Thanks for maintaing this great module.
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#51533 (status was 'new')
Requestors:
Attachments:
From [email protected] on 2009-11-14 21:53:55
:
The text was updated successfully, but these errors were encountered: