Hi all, I have this app I want to create, it goes online to my webserver and it receives an XML page containing orders. I have it working, till the part where I get back the XML. The string that I receive also contains the headers and some stuff. How do I filter out these headers, and I might as well ask emidiatly how do I pase the received XML? This is what I receive, and the lines marked with ">>" are the ones I want removed by the script. But I have absolutly no idea ho