in reply to Separate a single xml into mulitple XML using perl
XML::Simple is designed for simple XML documents. It is not designed to be a simple to use XML parser. Trying to do "interesting" stuff with XML::Simple is a recipe for misery. In the long run (say in an hour) converting to something like XML::Twig will be less tedious and make your life much happier than persisting in trying to hammer XML::Simple into shape for a job it wasn't designed for.
Seriously, have a serious crack at using XML::Twig. If you haven't made solid progress in an hour come back for some tips.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Separate a single xml into mulitple XML using perl
by gr.d (Novice) on Jan 06, 2016 at 07:22 UTC | |
by Laurent_R (Canon) on Jan 06, 2016 at 19:05 UTC | |
by Jenda (Abbot) on Jan 07, 2016 at 10:41 UTC | |
by Anonymous Monk on Jan 06, 2016 at 08:12 UTC |