[PHP] Fetching XML for parsing

2004-04-23 Thread Patagonia Hosting Development Group
t, save it as a .xml file and then open it, my sript works fine. The problem is when fetching the "live" version. It tells me the error is some misspelled tag at line 8. Has anybody seen this before? Thanks in advanced, Cesar Aracena Patagonia Hosting Development Group -- PHP Genera

[PHP] Fetching XML for parsing

2004-04-23 Thread Patagonia Hosting Development Group
t, save it as a .xml file and then open it, my sript works fine. The problem is when fetching the "live" version. It tells me the error is some misspelled tag at line 8. Has anybody seen this before? Thanks in advanced, Cesar Aracena Patagonia Hosting Development Group -- PHP Genera

Re: [PHP] Fetching XML for parsing

2004-04-24 Thread Patagonia Hosting Development Group
t_current_line_number($xml_parser))); } } xml_parser_free($xml_parser); How can I make PHP to first open the dynamically built page and THEN read it's content? Thanks a lot, Cesar Aracena Patagonia Hosting Development Group "Mike Ryerse" <[EMAIL PROTECTED]> escribió en el

Re: [PHP] Fetching XML for parsing

2004-04-25 Thread Patagonia Hosting Development Group
I used to have the "r" alone but I thought on trying... and nothing... "Burhan Khalid" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Patagonia Hosting Development Group wrote: > > > That may be the exact problem. I was not figuring tha