ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
Re: [ANN] XML::SAX::ExpatXS 1.30
by Petr Cimprich other posts by this author
Jul 3 2007 3:33AM messages near this date
view in the new Beta List Site
Re: [ANN] XML::SAX::ExpatXS 1.30 | Re: [ANN] XML::SAX::ExpatXS 1.30
& XSLT Bjoern Hoehrmann wrote:
>  * Petr Cimprich wrote:
> > 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.
>  
>  http://sf.net/tracker/index.php?func=detail&aid=1742315&group_id=10127&atid=110127
>  it would be nice of that could be fixed in XML::SAX::ExpatXS.


I don't how could I fix this in ExpatXS. A delimiter must be XML_Char according 
to expat.h, thus chars that don't occur within XML_Char can't be used.

ExpatXS (as well as XML::Parser) currently uses '}' which looks like a sensible 
choice. If I replace '}' with '0xFF' it segfaults.

I know this is not perfect situation but I assume this change would require a 
change of XML_ParserCreateNS(MM) prototype in Expat.

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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved