Hi Carlos,

Carlos Lenz wrote:
> 
> hola,
> 
> * 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?

There are a number of strong XML modules for Perl. Do a CPAN search for
XML -- there are many, many options. My personal favorite is XML::XPath
and friends but there are also implementations of DOM and SAX-style
parsers, too. There is also a Perl-XML mailing list [1] that you might
want to have a look at.

<shameless_plug> 
You might find the monthly Perl/XML column (written by some hack) on
ORA's XML.com[2] helpful, too.
</shameless_plug> 

HTH,
-kip

[1] http://mailarchive.activestate.com/browse/perl-xml
[2] http://www.xml.com/pub/at/15
-- 
"Perl was written first of all to let the Artist make amoral decisions."
- Larry Wall

Reply via email to