in reply to XML parsing

If your system doesn't have expat on, you can use the pure perl parser built into XML::SAX. Installed it locally in your user space and then use XML::SAX::Simple (also on CPAN, it's a XML::Simple look-alike module that uses SAX) to access the XML.