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: XML::SAX::PurePerl - DTD parsing bug?
by Aaron Straup Cope other posts by this author
Feb 13 2002 6:40PM messages near this date
view in the new Beta List Site
Re: XML::SAX::PurePerl - DTD parsing bug? | RE: Stopping the same questions!!
On Wed, 13 Feb 2002, Robin Berjon wrote:

>  > It is? I made sure to reload/reinstall the most recent versions before I
>  > sent the question.
> 
>  Nope, the 1.11 up there is the CVS revision number (which is now at 1.15).
>  0.90 appears to still be the latest $VERSION. You might want to check it out
>  from cvs (module XML-SAX, in the same repo as AxKit -- see axkit.org for
>  details).

Ah. I confess I am pretty shy about installing some of this stuff from
sources other than the CPAN or ports because, in the past anyway, it's
been pretty fragile under FreeBSD.

But, per Duncan's suggestion I modified XML::SAX::PurePerl::Productions so
that the $PubidChar variable is now...

$PubidChar = qr/ [\x20\x0D\x0Aa-zA-Z0-9'()\+,.\/:=\?;!*\#@\$_\%\-] /x;

...and everyone seems happy again.

Thanks all!

_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Duncan Cameron
Aaron Straup Cope
Robin Berjon
Aaron Straup Cope

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