RE: [xsl] Use of Parameter with conditional logic - please help!

Subject: RE: [xsl] Use of Parameter with conditional logic - please help!
From: Warren Keane <Warren@xxxxxxxxxxxxx>
Date: Thu, 2 Aug 2001 14:22:09 -0700
Oleg, 

Thank you, thank you, thank you. That worked exactly as I wanted, you are an
angel. I have learned so much in the past couple of weeks, this is a great
list! 



Try "BaseSymbol=$basesym" expression.

<xsl:param name="basesym"/> 
<xsl:template match="/">
	<HTML>
		<xsl:for-each select="News/FullStory">
		<xsl:choose>
			<xsl:when test="BaseSymbol=$basesym">
				<xsl:value-of select="Story"/>
			</xsl:when>
			<xsl:otherwise>
			...

Oleg Tkachenko,
Multiconn International 

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


Current Thread