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="{item_link}" title="Click to view more info on Last.fm" target="_blank">{item_title}</a></li>
{/exp:ano_xml_parser:fetch}
