xsl-list
[Top] [All Lists]

RE: Parameters in localized messages

2004-04-20 05:41:54

Small mistake in my previous example, should have read more like:

<f:funct name="msgContact" lang="nl"/>
<xsl:template match="f:func[(_at_)name='msgContact' && @lang='nl']">
   <xsl:param name="personalName" value="Somebody">
      Neem kontact op met <xsl:value-of select="$personalName"/> voor 
details
</xsl:template>

Sorry,

Jeroen.



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