Skip to content

Instantly share code, notes, and snippets.

@tbrooke
Created September 1, 2010 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbrooke/560688 to your computer and use it in GitHub Desktop.
Save tbrooke/560688 to your computer and use it in GitHub Desktop.
<-- 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