> - The output XML file should be generated at the time the infoWindow
> is displayed on screen.

You should perhaps see
http://articles.sitepoint.com/print/xml-javascript-mozilla
scroll down to -
" Is it Possible to Write to an XML File?
  No, it’s not possible to write to an XML file using client-side
JavaScript"

The usual approach is to use client-side javascript to send the data
to some server-side service that you also write, that will take care
of file creation/updating.

The technique is illustrated here
http://code.google.com/apis/maps/articles/phpsqlinfo.html
even if you don't intend to use a database; then you'd replace
database updating code with file editing.

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