RM99 has asked for the wisdom of the Perl Monks concerning the following question:
I have a directory full of .xml files. These files contain failure messages like this
</fail-token><fail-message></fail-message><node-host>
this token contains no failure. I want to search through all files in the directory for fail messages and then group them by type. Reading the file names into a list is simple enough parsing the xml for errors and grouping bye type (I have no idea how many different types of errors there will be0 is what has me scratching my head. Yes I am a new newb..this feels like it should be easy but I keep failing please help thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: parsing xml
by graff (Chancellor) on May 05, 2014 at 03:56 UTC | |
|
Re: parsing xml
by ww (Archbishop) on May 04, 2014 at 23:54 UTC | |
|
Re: parsing xml
by Anonymous Monk on May 04, 2014 at 22:40 UTC |