> Also,
> when I see an undefined variable I had to add a if isset statements.

But why?  If the variable is needed, define it.  If it isn't needed,
don't refer to it in your code.  There are no undefined variables in
the example, which works.  So it's an indication of a problem with the
changes that you have made.  Wrapping things in if-statements does not
fix problems.

If you use the browser's "view source" facility on the page where you
get your weird error, you may be able to see more detail about how far
your XML generation gets.

-- 
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