use Perl Log In
YAXML Parser; why Perl?
chris writes: I am at the crossroads of balancing my use of Perl (hacking mostly) with my need to port a lot of our services to XML for DB-backed sites as well as for content and data control.
I hate to say it but M$ looks tight and so does Cacoon and its Java.
Aside from the obvious desire I have to "keep it Perl" -- if I am looking for the best tool for the job -- and the job is XML -- is Perl and Apache and Linux really the best solutions? Really?
Maybe this is the wrong place to ask for an objective opinion. But maybe it isn't.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Perl/Apache and XML (Score:1, Interesting)
If you need to increase the runtime performance, you could always install Apache with mod_perl.
Clark Cooper did a performance test of various XML parsers in C/C++, Perl, Java and Python a while back for XML.com, and his XML::Parser gave adequate performance for most purposes. Of course, "adequate performance" is highly subjective; I don't think I'd even to use Perl or Java if I were managing a few
Don't focus on just the XML part (Score:1, Interesting)
I think you should stick to Perl until you have something that absolutely doesn't work with it. But maybe that's just me.
Too little information... (Score:1, Interesting)
Yet you ask for an objective opinion. IMO, that's a very unrealistic wish.
-- Abigail
Re:Perl/Apache and XML (Score:1, Interesting)
I'd just hope there where validating parsers in Perl, but we'll have to wait a bit or use xpat in C, directly...
(or maybe just help the author of XML::Parser...
$ pugs -M6 -e 'say "use 6
use 6