How can I efficiently read/parse XML from an URL. Say I want to go to the URL http://myxml.com/foo.php?flag=1 which will output some XML . I want to parse/read the xml output and manipulate its content.

Thanks!

Comments