I have been trying to create a GeoRSS template that pulls in custom fields from a weblog. I have been testing it on google maps site and so far I have been having not much luck. It throws multiple syntax error warnings.
I know the general xml code is good because I entered some static info between the xml tags and it displayed properly. I just can’t seem to get the dymanic content in there.
Any ideas?
Thanks,
Matt
Current code in my rss template:
<?xml version="1.0"?>
<rss version="2.0" xmlns:georss="http://www.georss.org/georss">
<channel>
{exp:rss:feed weblog="maps_test"}
<item>
<title>{title}</title>
<link>{url_title}</link>
<description>{caption}</description>
<georss:point>{maps_longitude_field}{maps_latitude_field}</georss:point>
</item>
</channel>
{/exp:rss:feed}
</rss>