On Oct 7, 10:32 am, Lan Mind <[EMAIL PROTECTED]> wrote:
> // Start XML file, echo parent node
> echo '<markers>';
> // Iterate through the rows, printing XML nodes for each
> // End XML file
> echo '</markers>';
> //begin coin tag
> echo '<coin>';
> echo '</coin>';
the XML file can only have one parent node, so the <coin> will have to
move inside a new parent node, and you will need to alter the XML
parsing to accomodate the <markers> moving down one level, like
<response>
  <markers>
     <marker>
  </markers>
  <coin id="38383882348324738473" />
</response>
--~--~---------~--~----~------------~-------~--~----~
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