Patagonia Hosting Development Group wrote:

That may be the exact problem. I was not figuring that one out. Thi is my
fopen and XML parser code:

$xml_parser = xml_parser_create();
xml_set_element_handler($xml_parser, "startElement", "endElement");
xml_set_character_data_handler($xml_parser, "characterData");
if (!($fp = fopen($uFile,"rb"))) {

Are you sure about rb? Shouldn't that just be r?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to