You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by gs...@primary.net on 2000/04/13 12:21:40 UTC

Param in not working?

When passing a param into a template, we are trying to use that param in an <xsl:if
test="mytag='{myparam}'"> manner.  This always results in FALSE.  However, if
we hard code the value thus: <xsl:if test="mytag='myhardcodedvalue'">, then
it will result in TRUE.

Any thoughts?  Is this a known bug, or a missuse on our part?

Thanks,

Guerry