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 | |
Re^2: Uses for Perl & XML
by herveus (Prior) on Jun 08, 2005 at 12:46 UTC |