I simplified my small view code, but this is not working. There is a file called small_view at the same location as the xml file. I even got a copy of another application from another developer that uses this snippet and it works for them but not for me (even when I copy the entire application). I don't detect any ajax calls on load to load that file, but the yml:a feature works so its getting parsed.
I need to load some rss content for the application, so that is why I need the include functionality. Does this just not function in preview mode, and will it work live>
CODEBOX
<Content type="html" view="YahooSmallView"><![CDATA[<yml:include params="small_view.php" replace="loading"/>
<div class="yahoo_promo">
<div id="loading">Loading...</div>
<yml:a view="YahooFullView" class="more_link" >See more of today's stories</yml:a>
</div>]]></Content>