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
|