in reply to Uses for Perl & XML

I use Perl and XML mostly for publishing purposes, to go from SGML to HTML pages or fragments (via XML). Also in a lot of the web work I do I process the HTML as XML (usually using tidy to get XHTML from random HTML).

As for the module I use, as you might have guessed, it's XML::Twig. I also use XML::Simple every now and then, and a LOT of other modules every time I work on the Ways to Rome series.

Replies are listed 'Best First'.
Re^2: Uses for Perl & XML
by BaldPenguin (Friar) on Jun 07, 2005 at 16:33 UTC
    That's (Ways to Rome) some great information. I have used Twig before and found it extremely helpful. I had not checked out the site in a LONG time, I plan on reading all of it, thanks.

    Don
    WHITEPAGES.COM | INC

    Edit by castaway: Closed small tag in signature

Re^2: Uses for Perl & XML
by herveus (Prior) on Jun 08, 2005 at 12:46 UTC
    Howdy!

    My (limited) need to mess with XML has been handled with XML::Twig. It seemed to be the best approach when I implemented it, and I have no particular motivation to change it...

    yours,
    Michael