hi bcw,
You have a very special need and I am not aware of anything that you can use right out of the box. You probably need to build a custom web application (data aggregator of some sort).
In any case, it may be better off if you ask in the general discussion rather than in this thread.
Good luck.
Hi Arnold, How would I add a class “last-forecast” to the last item in the loop? I tried using switch and conditionals but couldn’t get it to work…
{exp:ano_xml_parser:fetch source='http:...' refresh='180' parent_tag='aws:forecasts' child_tag='aws:forecast'}
<table class="weather-forecast" border="0" cellspacing="0" cellpadding="2" width="565">
<tr>
<td colspan="3"><h3>{aws:forecast_aws:title}</h3> - {aws:forecast_aws:short-prediction}</td>
</tr>
<tr>
<td width="80">http://img.weather.weatherbug.com/forecast/icons/localized/70x59/en/trans/{aws:forecast_aws:image_icon}</td>
<td class="forecast-temp"width="80">
High: <span>{aws:forecast_aws:high}{aws:forecast_aws:high_units}</span>
Low: <span>{aws:forecast_aws:low}{aws:forecast_aws:low_units}</span>
</td>
<td width="370">{aws:forecast_aws:prediction}</td>
</tr>
</table>
{/exp:ano_xml_parser:fetch}
Thanks!
For some reason, I can’t get the {if no_results} conditional to work. Maybe I’m missing something? Here’s what my code looks like:
{exp:ano_xml_parser:fetch source='{artist_tour_rss}' refresh='0' parent_tag='channel' child_tag='item' limit='10'}
{if no_results}
No Results.
{/if}
<li class="{switch='dateone|datetwo'}">» <a href="http://{item_link}" title="Click to view more info on Last.fm" target="_blank" rel="noopener">{item_title}</a></li>
{/exp:ano_xml_parser:fetch}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.