 
 
        www.xmltwig.com - tutorials
- Processing XML with PerlThe slides from a tutorial I presented at XML Europe 2000 and 2001 and at O'Reilly's Perl University. It includes an introduction to XML, a (very short) introduction to Perl, a quick review of various XML modules, especially the ones that can be used to generate XML, and a detailed review of XML transformation with Perl, including code examples for XML::Pyx, XML::Simple, XML::Parser, XML::DOM and XML::Twig. Note: this is an old tutorial. Nowadays you should not use XML::Parser or XML::DOM at all, XML::LibXML is probably the best standard compliant module, and of course XML::Twig is still excellent ;--) 
- Processing XML efficiently with Perl and XML::TwigA complete tutorial to XML::Twig. This tutorial is quite old and only covers features available in version 1.10 (and some 2.00) of the module. It is still the best one available right now ;--). I promise I will update it as soon as I find some time. 
- Présentation XML (en français) Pésentation faite au culte (Club des Utilisateurs de Linux de Toulouse et des Environs) en Mai 2003. 
- xpath_testA small demo program that will show you interesting XPath expressions on a variety of example files. You can also enter your own XPath expressions and see the results. The program uses Mat Sergeant's XML::XPath to compute the result and regexps (ah!) to highlight the results in the original file