How to set Parameters in Transform
Replies (1)
Please register to reply
Added by Anonymous almost 15 years ago
Legacy ID: #8038444 Legacy Poster: bgprogrammer (bgivner)
The parameters that I pass to the method Transform.processFile are not being captured. Here is the code: ArrayList params = new ArrayList(); params.add("outputDir=xxx"); .... Transform t = new net.sf.saxon.Transform(); .... t.processFile(source, sheet, outputFile, params, null, null, null); And the XSL stylesheet has: <xsl:param name="outputDir"/> However, the value is not being output when I reference it using $outputDir
Legacy ID: #8038682 Legacy Poster: bgprogrammer (bgivner)
This is resolved.
Please register to reply