On Wed, 2004-02-04 at 21:13, Glen Mazza wrote: > Since this is FOP work-related, I guess I can be > allowed to ask a very newbie XSLT question here: > > I just added a parameter to one of the XSL example > files (eventually to show the use of a JAXP > transformer.setParam() call) as follows: > > <xsl:param name="versionParam" select="1.0"/> > ... > ... > <fo:block>Version <xsl:value-of > select="$versionParam"/> ... > > But it keeps outputting "Version 1" in the resultant > PDF. What is the standard way of getting it to > display "Version 1.0"?
Isn't there also <xsl:copy-of /> or <xsl:copy /> for this sort of thing. I think value-of implies some kind of conversion ... My reference is upstairs. -- John Austin <[EMAIL PROTECTED]>