ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Variable Scope and xsl:if
> It's clear I can't query this variable from outside the <xsl:if> > because of the variable scope, so, what's the solution? <xsl:variable name="xxx"> <xsl:if test="condition">1</xsl:if> <xsl:if test="not(condition)">2</xsl:if> <xsl:variable> or if you want the result to be a node-set: <xsl:variable name="xxx" select="value1[condition] | value2[not(condition)]"/> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








