Error in register Google Mapplet:Error in parsing gadget.
I am study IBM course of google mapplet:
http://www.ibm.com/developerworks/cn/xml/tutorials/x-googmapplet/index.html
but I could not register the mapplet (weather-mapplet.php) correctly
via:
http://maps.google.com/gadgets/directory?synd=mpl&pid=mpl&backlink=http://maps.google.com/maps/mm
The weather-mapplet.php is:
<?php echo(' <?xml version="1.0" encoding="UTF-8"?>'); ?>
<Module>
<ModulePrefs title="Local Weather Mapplet"
description="Displays local weather on the map."
author="Jake Miles"
author_email="[email protected]"
height="150">
<Require feature="sharedmap"/>
</ModulePrefs>
<Content type="html"> <![CDATA[
/* <?php include ('weather-mapplet-content.php'); ?> */
]]> </Content>
</Module>
What's wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---