xsl-list
[Top] [All Lists]

RE: Value-of varible question

2004-04-16 14:13:03
This fixed everything! Thanks.


-----Original Message-----
From: Hansen, John [mailto:John(_dot_)Hansen(_at_)Aspect(_dot_)com] 
Sent: Friday, April 16, 2004 4:49 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Value-of varible question

<xsl:param name="local" select="'en-US'"/>
<xsl:template match="Title">
        <xsl:if test="@lang=$local">
                <xsl:copy-of select="."/>
        </xsl:if>
</xsl:template>


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--




<Prev in Thread] Current Thread [Next in Thread>