xsl-list
[Top] [All Lists]

RE: Value-of varible question

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



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