xsl-list
[Top] [All Lists]

Legal Match ?

2003-03-14 10:07:23
Is this a legal match?
<xsl:apply-templates select="z:row[(_at_)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[(_at_)CreditStatus='$CREDIT_STATUS;']>
....
</xsl:template match>

Karl


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



<Prev in Thread] Current Thread [Next in Thread>