[ANN] XML::SAX::ExpatXS 1.30
by Petr Cimprich other posts by this author
Jul 2 2007 7:01AM messages near this date
view in the new Beta List Site
parse_balanced_chunk with document context
|
Re: [ANN] XML::SAX::ExpatXS 1.30
& XSLT Hi all,
I have uploaded a new version of XML::SAX::ExpatXS. It's a bit faster than the
previous version. There is one possible compatibility issue: Those using the
$parser-> {ParseOptions}{RecognizedString} option must switch it on explicitly
with $parser-> set_option('http://xmlns.perl.org/sax/recstring',1) now. Otherwise
this property in not maintained.
Changes since v1.20:
- speed optimizations - main callback functions (start_element, end_element,
characters, comment) resolved in advance using XML::SAX::ExpatXS::Preload module
- feature 'http://xmlns.perl.org/sax/recstring' controls whether a recognized
string is available as {RecognizedString} among {ParseOptions} (not by default
as this is rather expensive).
- added {ExpatVersion} property
Regards,
Petr
--
Petr Cimprich
Ginger Alliance
www.gingerall.com
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Petr Cimprich
Bjoern Hoehrmann
Petr Cimprich
Bjoern Hoehrmann
Petr Cimprich
Petr Cimprich
|