Re: ant, xsl and variables

2010-12-21 Thread Jo Support
Thanks a lot Michael and Scot, it works great! On Tue, Dec 21, 2010 at 1:03 PM, Scot P. Floess wrote: > > Yeah, need to do value-of as Michael suggests... > > > On Tue, 21 Dec 2010, Michael Ludwig wrote: > >> Jo Support schrieb am 21.12.2010 um 11:43 (+0100): >> >>> >> >>> >>>        $newFrwVe

Re: ant, xsl and variables

2010-12-21 Thread Scot P. Floess
Yeah, need to do value-of as Michael suggests... On Tue, 21 Dec 2010, Michael Ludwig wrote: Jo Support schrieb am 21.12.2010 um 11:43 (+0100): $newFrwVersion As you can see it thinks that "$newFrwVersion" is the value to be rendered inside the result file. Where am I doing

Re: ant, xsl and variables

2010-12-21 Thread Michael Ludwig
Jo Support schrieb am 21.12.2010 um 11:43 (+0100): > > > $newFrwVersion > > As you can see it thinks that "$newFrwVersion" is the value to be > rendered inside the result file. > Where am I doing wrong? In not looking into the most basic kind of XSLT docs :-) Try: -- Michael Ludwig

Re: ant, xsl and variables

2010-12-21 Thread Jo Support
Hello Scott, first of all thank you for your reply. I followed your instructions, but it seems that stylesheet does not render the param correctly, and I can't understand where I am doing wrong. Real script following (I've tried both with and without single ticks around parameter in Ant code, with