Speaking about Perl in my Previous post, I forgot to mention that I will need to start doing some XML processing, before I start going off and investigating the wrong XML Parsers does anyone know of a good lightweight Perl XML Parser.
Some options that I need are:- It has to be light weight
- Potentially support XPath
- Has to be a reader (itereates accross nodes) I think this means SAX
- Has to also support DOM.
- Allows Creation of XML documents, via DOM style methods or some other method which I don't know about.
If you have any suggestions, I really would appreciate hearing them.
Email me: paul.kinlan@gmail.com