This didn't help, since the problem is in an file which doesn't pass the PHP interpreter. Next idea?
Regards, Kai "Chris Boget" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > I send you a part of the XML file (- content), maybe you can tell me why > > it cant be interpreted. It looks like it doesn't like the <? tag? > > Do you have short tags enabled? If so, you might want to disable them. > Just to test this theory, try to add the following at the top of your script and > see if the problem doesn't go away: > > ini_set( short_open_tag, '<phpscript' ); > > or something along those lines (anything other than <?). If that does work, > you may want to recompile with "--disable-short-tags". > > Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php