Re: How to parse XML content using lwp agent or XML Smart

2014-08-22 Thread Rob Dixon
On 22/08/2014 11:27, angus wrote: > Hi, > > Hi, > > I have some sample code that posts some XML content to an URL using > LWP agent and XML Smart. The response to this comes back as some > custom XML. I now need to try and parse the response and find the > REDIRECTURL value and redirect the

Re: Suddenly, part 3 -- it's working!!

2014-08-22 Thread Shlomi Fish
Hi ESChamp, On Wed, 06 Aug 2014 17:43:08 -0400 ESChamp wrote: > I installed strawberry perl, edited out all my feeble attempts at > troubleshooting, and -- voila! --, it's working. > > Thanks for all your help and encouragement. > > At my age, I'll never be a perl programmer and having to tak

How to parse XML content using lwp agent or XML Smart

2014-08-22 Thread angus
Hi, Hi, I have some sample code that posts some XML content to an URL using LWP agent and XML Smart. The response to this comes back as some custom XML. I now need to try and parse the response and find the REDIRECTURL value and redirect the client to that destination. I am having issues p