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: Use of Parameter with conditional logic - please help!


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


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