[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Variable Scope and xsl:if


Subject: RE: Variable Scope and xsl:if
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Wed, 19 Apr 2000 11:12:49 -0400

:By the way, notice that
:  <xsl:if test="something=true">
:is equivalent to
: <xsl:if test="something">

You are correct however, I think he meant to 
put
	<xsl:if test="something='true'">
	Which is not the same if you have several values
	for something.

Eddy


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



Current Thread