My application will be retrieving the XML from a web service, presumably like $xml = file_get_contents($url). I was assuming that I could parse the XML in memory using that $xml variable, but since NONE of the examples I've seen do this, I was wondering if it's a requirement that the XML be in a local file, and needing to do the 4K chunk thing.
- Brian
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php