Hi
I can't seem to get this working. The code is more or less from Sebastians example here:
http://engage.dynamicweb-cms.com/Forum-5.aspx?action=ShowThread&ThreadID=1614
His example is used to include page- or paragraph-content, but i thought it might work with the Include-tag to.
My code is this:
<xsl:comment>
<xsl:value-of select="concat('@Include(../../HTML/Includes/', GlobalTags/Global.Area.ID, '.html)')" />
</xsl:comment>
And the result in the template is:
<!--@Include(../../HTML/Includes/104.html)-->
So the output is correct but Dynamicweb doesn't seem to parse it as code/templatetag.
Am I missing something?
Best regards
Jesper Sørensen