I wrote: > 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".
It actually seems to be a Xerces problem, not Xalan. I backed Xerces off to 1.4.3 (I was using 2.0.0 beta2) and now this works. I'll file a bug. dwh
