referring to another file in the code

webmasterbeta

New Member
i have this code :

<xsl:when test="//HEAD/@name = 'cr'">
<xsl:value-of select="'cr1.xsl'" />
</xsl:when>
</xsl:choose>


if i dont have cr1.xsl file (assuming the test condition is TRUE)
will i recive an error?
thnaks in advance
peleg
 
Back
Top