This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Variable Scope and xsl:if


: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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]