I have this....
<f:function name="Composite.News.NewsList" xmlns:f="http://www.composite.net/ns/function/1.0">
<f:function name="Composite.News.NewsList" xmlns:f="http://www.composite.net/ns/function/1.0">
<f:param name="ListOptions" value="Show date,Show teaser" />
<f:param name="ItemOptions" value="Show date,Show news story" />
<f:param name="PageSize" value="10" />
<f:param name="DateFormat" value="dddd, MMMM dd, yyyy" />
</f:function>
and this...<div id="some"><c1:Render Markup="<%# Content %>" runat="server" /></div>
The documentation tells to insert the function inside the content tab, how i do this in the src code ???