Parsing XML data

2007-05-21 Thread Mike Blezien
Hello, I am working with a XML gateway system which sends back response results in XML format. I have been trying to work w/XML::Simple to parse the data, but not too much success. This is a sample of the XML response data, the * indicate the data we need to extract from XML file. I tried

Re: Parsing XML data

2007-05-21 Thread David Moreno Garza
Mike Blezien wrote: Hello, I am working with a XML gateway system which sends back response results in XML format. I have been trying to work w/XML::Simple to parse the data, but not too much success. This is a sample of the XML response data, the * indicate the data we need to extract

Re: Parsing XML data

2007-05-21 Thread Mike Blezien
- Original Message - From: David Moreno Garza [EMAIL PROTECTED] To: beginners@perl.org Sent: Monday, May 21, 2007 8:23 PM Subject: Re: Parsing XML data Mike Blezien wrote: Hello, I am working with a XML gateway system which sends back response results in XML format. I have been