On Wed, Apr 7, 2010 at 2:39 PM, Open Source <open.sou...@gmx.com> wrote:
> I'm new to perl and I need to parse an file which contains both structured > and unstructured XML messages. Can someone help me to understand how to > parse XML files/data into either simple readable or html format? I'm not > sure how to proceed like which module I've have to use etc. any pointers > would be much appreciated. > I've used XML::Parser <http://search.cpan.org/dist/XML-Parser/Parser.pm> to do simple things. The documentation is here: http://search.cpan.org/dist/XML-Parser/Parser.pm. -- Robert Wohlfarth