[Home] [By Thread] [By Date] [Recent Entries]
On 19.07.2017 15:17, Joseph L. Casale jcasale@xxxxxxxxxxxxxxxxx wrote:
I have several templates with similar code to the following: If you can't or don't want to move to an XSLT 2.0 processor the only option in XSLT 1 I see is matching only on <xsl:template match="wix:Component[wix:File]"> <xsl:if test="wix:File[substring(@Source, string-length($var) - 1) = $var2">...</xsl:if> </xsl:template> Depending on other templates you have or need instead of the xsl:if you might want to use an xsl:choose/xsl:when to deal with various conditions.
|

Cart



