in reply to Re: Re: Re: XML::Parser and multiple results
in thread XML::Parser and multiple results

So I tried this solution, unfortunately each of the outputs contains an <?xml definition that screws up the parser because it should be at the beginning of a single file and not in the middle of a file. So I guess I'll split out each file that should be separate and do it that way. Thanks for the help. Ineff
  • Comment on Re: Re: Re: Re: XML::Parser and multiple results