http://www.perlmonks.org?node_id=1004715

NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Nov 20, 2012 at 15:47 UTC
  • Comment on Reaped: Retrieve xml element and value in perl without spicifying element name

Replies are listed 'Best First'.
Re: Retrieve xml element and value in perl without spicifying element name
by greengaroo (Hermit) on Nov 20, 2012 at 14:41 UTC

    I suggest you read about XML DOM and XPath, then look for XML modules on CPAN, to help you.

    Remember: PerlMonks is not a programming service. Please read the guidelines on How (Not) To Ask A Question.

    In a few words, you should try to solve the problem by yourself first, Google for answers, then if all this fails, post a question here and include your non-working or partially working code with it. You are more likely to have valuable answers this way.

    Good luck!

    Testing never proves the absence of faults, it only shows their presence.