made error in the earlier example was RE: [xsl] Comparing two large stylesheets

Subject: made error in the earlier example was RE: [xsl] Comparing two large stylesheets
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Wed, 27 Mar 2002 18:27:06 +0100
oops, didn't replace all xsl with temp where I should
obviously meant this
<temp:template match="xsl:template">
<temp:param name="match" select="@match"/>
<temp:param name="templatContent"><temp:copy-of select="."/></temp:param>
<temp:apply-templates select="$doc//xsl:template[@match=$match]">
<temp:with-param name="templatContent" select="$templatContent"/>
</temp:apply-templates>
</temp:template>

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread