Expat-XS [was: faster parsing?]
by Petr Cimprich other posts by this author
Sep 9 2002 8:49AM messages near this date
view in the new Beta List Site
RE: Newbie question / how to install Bundle::XML?
|
Re: Expat-XS [was: faster parsing?]
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.
Cheers,
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
Petr Cimprich
Matt Sergeant
|