Re: xslt task programmaticaly

2010-12-12 Thread Antoine Levy-Lambert
On 12/12/10 2:34 PM, Benjamin de Dardel wrote: > Hi all, > > I use xslt task programmaticaly, and I would like to add parameters, > like : > . > > Do you know how I can add it ? Param p = xslt.createParam(); p.setName("html.stylesheet"); p.setValue(&

xslt task programmaticaly

2010-12-12 Thread Benjamin de Dardel
Hi all, I use xslt task programmaticaly, and I would like to add parameters, like : . Do you know how I can add it ? For example : / / / / / / / / / / // /XSLTProcess xslt = new XSLTProcess();/ /xslt.setProject(getProject());/ /xslt.setTaskName