NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
re: XML::Parser (Score:1)
I think many of the perl-xml hackers have their attention focused on more "sexy" modules (XML::SAX* or XML::LibXML etc) and XML::Parser has been somewhat forgotten about.
Re: XML::Parser (Score:1)
Re: XML::Parser (Score:2)
Yup, all of the above is correct, and also XML::Parser is not all that important, it's on the deprecation slope. As soon as the XS version of XML::SAX::Expat is finished, it'll clearly belong to another age of XML programming. If you write anything now, I'd strongly advise against using XML::Parser directly.
-- Robin Berjon [berjon.com]
Re: XML::Parser (Score:1)
Re: XML::Parser (Score:2)
Yes I know, but what can we do about that? XML::Parser will work, albeit with an awfully old interface, and some of the modern XML stuff missing.
A newbie coming from another language (ie knowing XML but not Perl) will most likely look for SAX first however, which is already a good point.
All that can be "fixed" in documentation because I don't think that we're going to pull XML::Parser and replace it with something that works differently.
Anyway, the faq and site are coming together which ought to help, and I just received the O'Reilly Perl XML book source for translation into french so I guess it'll be on shelves pretty soon :)
-- Robin Berjon [berjon.com]
Reply to This
Parent