Re: Expat-XS [was: faster parsing?]
by Matt Sergeant other posts by this author
Sep 9 2002 9:18AM messages near this date
view in the new Beta List Site
Re: Expat-XS [was: faster parsing?]
|
Re: ANNOUNCE: XML::LibXSLT 1.52
Petr Cimprich wrote:
> Hi Matt,
>
> Here is some feedback.
>
> Matt Sergeant wrote:
>
>
> >>And what about your XS version of XML::SAX::Expat? Do you plan to make
> >>it complete?
> >>
> >>
> >
> >All it's missing is the DTD stuff, and nobody uses that anyway. :-)
> >
>
>
> I tracked down my problems and found that this XML parser didn't like
> XML declarations. If I parse a file starting with <?xml version="1.0"?>,
> it ends with:
>
> "Not a CODE reference at .../blib/lib/XML/SAX/Expat.pm line 70."
>
> Without the declaration it works.
While that bit isn't written yet, it should be disabled. It is in my
current CVS code...
Can you try with the CVS version, which is on axkit.org's cvs server:
cvs -d :pserver:anonymous@axkit.org:/home/cvs login
(password is blank)
cvs -d :pserver:anonymous@axkit.org:/home/cvs co XML-SAX-Expat2
Matt.
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Petr Cimprich
Petr Cimprich
Matt Sergeant
|