[xsl] Legal Match ?

Subject: [xsl] Legal Match ?
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Fri, 14 Mar 2003 10:07:23 -0700
Is this a legal match?
<xsl:apply-templates select="z:row[@CreditStatus='$CREDIT_STATUS;']"/>

Where $CREDIT_STATUS is a global variable.  If so... what does the template
rule look like?
Something like:

<xsl:template match="z:row[@CreditStatus='$CREDIT_STATUS;']>
....
</xsl:template match>

Karl


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


Current Thread