I'll ask this on the dev list if necessary, but does anyone know of any
recent bugs with specifying xsl:param default values with the select
attribute?  I could have sworn I used to be able to do this:

<xsl:param name="foo" select="'bar'"/>

but recent Xalan builds (I tried 2.1.0, 2.2D6 and 2.2D11) complain about
this with a message "xsl:param requires attribute: name".  If I rewrite
that to:

<xsl:param name="foo">
  bar
</xsl:param>

then Xalan is a happy camper.  I don't see any bugs listed that look
like this this.  Anyone seen this?

Much thanks,

dwh

Reply via email to