
June 10th, 2009, 04:19 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2007
Location: Newcastle, , United Kingdom.
Posts: 1,494
Thanks: 0
Thanked 60 Times in 60 Posts
|
|
You could load the external template using document() and then check if it contains the named template manually of course?
<xsl:if test="document('template.xsl')//xsl:template[@name=$Test]">
...
__________________
/- Sam Judson : Wrox Technical Editor -/
|