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"?

Thanks,
Glen

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Reply via email to