On Wed, 17 Jan 2001, Carlos Lenz wrote:
> * I have been messing around with using XML to generate various types of
> markup languages like html 3.2, hdml, wml, voice xml, and other random
> stuff. I would rather use perl in certain cases especially on unix and
> linux. Does any one know of existing object oriented perl code for parsing
> XML?
Hola too,
There are tons of Perl module that deal with XML and most of them are OO.
The basic one is XML::Parser, an object factory that generate Expat
objects from James Clark's expat library (is this OO enough for you?).
There is also XML::DOM (for Document Object Model) and otheres, you can
look at http://www.xml.com/pub/2000/04/05/feature/index.html for a (now
pretty old) review of XML modules or at http://www.xmltwig.com/article to
find more articles and a single problem solved 11 different ways using
various Perl XML modules.
And of course while you're there you can have a look at XML::Twig...
Michel Rodriguez
Perl & XML
http://www.xmltwig.com
Toulouse Perl Mongers: http://hfb.pm.org/~toulouse/