This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]