I'm trying to retreive an XML document from a news provider. If I try it from a browser and do a view source, I get the correct XML format that I want. However, if I use the wget utility, it will parse the XML file and covert it to HTML for me automatically. I'm trying to automate the retreival of the XML document and use PHP to parse and format the output. Is there any ways around this? You can try it if you like. The URL is http://p.moreover.com/cgi-local/page?c=E%2Dcommerce%20news&o=xml. Thanks.