<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Xtemplate Nesting Question</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 08 Apr 2026 18:06:43 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Includes have been in XTemplate since Seditio:<br />
<div class="highlight"><pre class="html">
&lt;!-- BEGIN: MAIN --&gt;
...
&lt;!-- BEGIN: ROW --&gt;
{FILE main.rows.tpl}
&lt;!-- END: ROW --&gt;
...
&lt;!-- END: MAIN --&gt;
</pre></div>
It works like include in C, so it just puts the contents of main.rows.tpl in place of the FILE directive and then continues parsing the template.]]></description>
			<pubDate>Cum, 09 Nis 2010 00:38:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=5512&d=0#post24020]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[This question is for plugins.<br />
<br />
Is there a way to have a main template and insert a part in there that comes from an<br />
other template..<br />
<br />
MAIN <br />
 some main stuff here<br />
 {OUTPUT_FROM_ROWS_TEMPLATE}<br />
MAIN<br />
<br />
So the ROWS part of the main.tpl is build in a separate template (main.rows.tpl)<br />
Is this possible, and if so, what is the best way to do this ?<br />
<br />
So maybe it is just get the HTML code from a processed Template, and insert that<br />
into another template with a TAG???<br /><br /><b>Added 1 hour 8 minutes later:</b><br /><br />I found it when digging into the code :):<br />
$rowtemplate-&gt;text();<br />
<br />
I can use this for AJAX calls to change the ROWS data based on some criterea..<br />
Like data filters..]]></description>
			<pubDate>Per, 08 Nis 2010 17:39:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=5512&d=0#post24014]]></link>
		</item>
	</channel>
</rss>