Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <rss version="2.0" xmlns:georss="http://www.georss.org/georss">
- <channel>
- <title>PlanningAlerts.com</title>
- <link>http://www.planningalerts.com/</link>
- <description></description>
- {foreach name="applications" from="$applications" item="application"}
- <item>
- <title>{$application->address}</title>
- <guid isPermaLink="false">{$application->council_reference}</guid>
- <georss:featurename>{$application->address}</georss:featurename>
- <georss:point>{$application->lat} {$application->lon}</georss:point>
- <description><![CDATA[{$application->description}]]></description>
- <link><![CDATA[{$application->info_url}]]></link>
- <comments><![CDATA[{$application->comment_url}]]></comments>
- </item>
- {/foreach}
- </channel>
- </rss>
|