You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Francisco Manuel Martinez Villar <fr...@ihg.net> on 2000/08/29 11:52:24 UTC

xsl:param problem

Hello!

I've a little problem with "xsl:param" sentences. I'll try to pass
parameters from my java program to xsl stylesheet, but I cannot access
to the value of the variable because Xalan throws a XSL error.

The XSL code is something like that:

<xsl:param name="myparam" select="'xxx'"/>
<xsl:if test="{$myparam}='xxx'">

Xalan throws a exception where it want access to the {$myparam} value

You can help me, please?

Thanks a lot,

Francisco Martínez