RE: Perl and Sax parsing?
by Frazier, Joe Jr other posts by this author
Jul 9 2002 6:03PM messages near this date
view in the new Beta List Site
RE: Perl and Sax parsing?
|
RE: Perl and Sax parsing?
Arg!!!!!
Why did I ever bother? After my last email, I found that I had XML::Parser 2.27. So.... I t
hen downloaded XML::Parser from cpan, did makefile.pl and then when I attempted to "namke",
I got errors. So, tried to I ppm install XML::Parser 2.31 and it "worked" but now my PPM do
esnt work and is throwing errors. Also, the error I had previously with the DoctypeFin is g
one when I run my script, but I get a new error:
C:\> perl d:\perl\bin\saxtest.pl
No _parse_* routine defined on this driver (if it a filter, remember to set the Parent prope
rty) [XML::SAX::Expat=HASH(0x1cdd1e0)]
at D:/Perl/site/lib/XML/SAX/Base.pm line 2142.
I get this even if I comment out the use and ISA lines for XML::SAX::Base.
Here is the error I get when doing PPM:
XML::Parser::Expat object version 2.27 does not match bootstrap parameter 2.31 at D:/Perl/li
b/DynaLoader.pm line 225.
Compilation failed in require at D:/Perl/site/lib/XML/Parser.pm line 15.
BEGIN failed--compilation aborted at D:/Perl/site/lib/XML/Parser.pm line 19.
Compilation failed in require at D:/Perl/site/lib/SOAP/Lite.pm line 735.
BEGIN failed--compilation aborted at D:/Perl/site/lib/SOAP/Lite.pm line 735.
Compilation failed in require at D:/Perl/site/lib/PPM.pm line 22.
BEGIN failed--compilation aborted at D:/Perl/site/lib/PPM.pm line 22.
Compilation failed in require at D:\Perl\bin\ppm line 8.
BEGIN failed--compilation aborted at D:\Perl\bin\ppm line 8.
Is there an "easy" way to fix any/all of these errors?
Please put me out of my misery for every trying to figure out SAX...... or if anyone would
be so kind as to help a poor Windows programmer fix up his machine...
Joe
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Frazier, Joe Jr
Dougal Campbell
|