Subject:how to get rid of parameter in xsl-fo trasnformation ? Author:Joe Robe Date:11 Jun 2007 04:59 PM
Hi,
I use report generator to create xsl-fo document. I attach an XML data source to create the correct document. Once the XSL is build, it replaces my xpath by "$input1/Xpath.." and puts a input parameter at the beginning of the stylesheet.
This crashes my application which is supposed to use the stylesheet ( I use XSLTransform to transform XML data to the XSL-FO output and than render it via FOP).
How can I get rid of that parameter ? Of course i can manually remove it in the created XSL, but that's tedious because every time I change the report I have to remove everything manually.
Subject:how to get rid of parameter in xsl-fo trasnformation ? Author:Minollo I. Date:17 Jul 2007 04:42 PM
Joe,
sorry for the very late response. Could you give us more details about how many data sources your report is dealing with? Also, keep in mind that in XSLT at least one datasource will always be associated to the default input; if none is marked as default, one will be picked. The other data sources will be accessed as external parameters.
Subject:how to get rid of parameter in xsl-fo trasnformation ? Author:Minollo I. Date:17 Jul 2007 05:41 PM
That's strange, especially considering the behavior for XSLT, where one document is always associated to the default input. We'll try digging deeper; thanks.