Wasn't it iammatthew2 who wrote:
>Thanks for your input.
>
>If I understand you correctly, I only need to worry about the
>whitespace in the xml and I can ignore the Content-type problem for
>now. Correct?

Yes, but since you're writing your own PHP it's really easy to fix the
Content-type. Just make sure that the first two lines of your script are

<?php
   header("Content-type: text/xml");

-- 
Mike Williams
http://econym.org.uk/gmap


--

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.


Reply via email to