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: Template parameter in conditional stmts


> Hi, I have a xsl template like this
> ..............................................................
> ..................................
> <xsl:template name="CHOOSE_TEMPLATE">
> 	<xsl:param name="WHICH_TO_CHOOSE"/>
> 	<xsl:choose>
> 		<xsl:when
> test="$WHICH_TO_CHOOSE='doc1_CNode_32893_Node_Title'">
> 				<xsl:call-template
> name="doc1_CNode_32893_Node_Title"/>
> 		</xsl:when>
> 	</xsl:choose>
> </xsl:template>
> ..............................................................
> .................................
> The conditional statement("when-test") where I use the
> parameter value doesn't work. How do I make it work?

There's nothing wrong with the code you've shown us, your error is somewhere
else.

Mike Kay
>


 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]