You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Michael Bierenfeld <mi...@atmiralis.de> on 2000/05/18 16:54:59 UTC

Typo ! Re: Maybe off Topic. But why is with-param not working ?

> 
> This should call :
> 
>   <xsl:template name="hiddenfield">
> 

!!!! THIS IS A TYPO in my Mail. It should be  <xsl:param
name="fieldname">Hallo</xsl:param>

>         <xsl:param name="fieldname""Hallo"/>
> 
>         Hallo fieldname = <xsl:value-of select="@fieldname"/>
> 
>         <hidden name="{@fieldname}"/>

The Problem is still there.

Greetings

Michael