Created
September 1, 2010 13:40
-
-
Save tbrooke/560688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<-- Use this to write an XML feed - this particular one was used to create a feed from a databsse that included locations in Latitude and Longitude and is read DIYMaps (http://www.backspace.com/mapapp/) to plot the sites on a map --> | |
<w:kb:item:each type="site" sort="name"> | |
<state id="point"> | |
<name><w:escape_html><w:city/></w:escape_html></name> | |
<loc><w:escape_html><w:latitude/>,<w:longitude/></w:escape_html></loc> | |
<url><w:path url="/Site_des" /></url> | |
<hover><w:escape_html><w:name/></w:escape_html></hover> | |
</state> | |
</w:kb:item:each> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment