hi, i was given a query string : http://mywebservice.com?url=<xurl> where xurl=is a valid url. now what the query string does it will display an xml on the page. like this one: <?xml version="1.0" encoding="UTF-8" ?> <response...> . . . </response> how can i trap the response using curl?