Project

Profile

Help

How to set Parameters in Transform

Added by Anonymous about 14 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


Replies (1)

RE: How to set Parameters in Transform - Added by Anonymous about 14 years ago

Legacy ID: #8038682 Legacy Poster: bgprogrammer (bgivner)

This is resolved.

    (1-1/1)

    Please register to reply