Web Service:Snow Report RSS
Purpose: To dynamically display The Lake Louise Ski Resort's snow report.
Parent Location: http://lamp10.skilouise.com/rss.php
Authentication: None
This RSS feed uses the RSS 2.0 standard and outputs snow report as one piece of text under the <description> element with individual fields being broken by a <br /> tag.
If you would like an easier to parse snow report, please see the Info API or a more in depth overview see the MTN XML API.
Example
<rss version="2.0">
<channel>
<title>The Lake Louise Ski Resort</title>
<description>The Lake Louise Ski Resort Snow Report</description>
<link>http://www.skilouise.com</link>
<item>
<title>The Lake Louise Ski Resort Current Conditions</title>
<link>
http://www.skilouise.com/conditions/snow-report.php
</link>
<description>
Snow Report as of 5:34 AM on Thursday Mar 12th, 2015<br /> <br /> Mid Mountain:<br /> <br /> Overnight: 0<br /> 24 Hours:
0<br /> 48 Hours: 0<br /> 7 Days: 0<br /> Snow Depth: 119<br /> Snow YTD: 318<br /> <br /> Back Bowls:<br />
<br /> Overnight: 0<br /> 24 Hours: 0<br /> 48 Hours: 0<br /> 7 Days: 0<br /> Snow Depth: 129<br /> Snow YTD: 350<br
/> <br /> Snow flurries this morning giving way to mild temps this afternoon. It's still winter, but it feels like spring at the Lake!
</description>
<pubDate>Thu, 12 Mar 2015 05:34:28 -0600</pubDate>
</item>
</channel>