On Sep 28, 1:36 pm, komsi <[EMAIL PROTECTED]> wrote: > Okay what should it then look like ??
I would guess from his message the php should look like this: <?php ob_start(); ?> <? echo "<?xml version='1.0' encoding='utf-8'>"; ?> (however the above looks like it is missing a ? before the last '>' in the output...) so the xml looks like this: <?xml version='1.0' encoding='utf-8' ?> -- Larry > > On 28 Sep., 19:01, Rossko <[EMAIL PROTECTED]> wrote: > > > > And my new_phpsqlajax_genxml.php looks like : > > > > <?php ob_start(); ?> > > > <? echo "<?xml version='1.0' encoding='utf-8'>"; ?> > > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > > > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > > > Where did that bit come from??? That's for a webpage, not an XML > > data feed. > > Change to > > > > <?php ob_start(); ?> > > > <? echo "<?xml version='1.0' encoding='utf-8'>"; ?>- Skjul tekst i > > > anførselstegn - > > > - Vis tekst i anførselstegn - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
