Re: XSLT Param from ANT Property.

2005-11-08 Thread Dominique Devienne
> Ok, I think the issue was that I had fixed my ANT file (which had been > setting the param incorrectly) but there was some kind of up-to-date > check, and since neither the source XML nor the XSLT files had changed > the output xml wasn't getting regenerated. Right. does a timestamp check. Use

Re: XSLT Param from ANT Property.

2005-11-08 Thread Robert r. Sanders
Ok, I think the issue was that I had fixed my ANT file (which had been setting the param incorrectly) but there was some kind of up-to-date check, and since neither the source XML nor the XSLT files had changed the output xml wasn't getting regenerated. Dominique Devienne wrote: I'm using the

Re: XSLT Param from ANT Property.

2005-11-08 Thread Dominique Devienne
> I'm using the XSLT task from within ANT; and can't seem to get the > parameter to work as it seems it should. > > When I open the output xml; the params have been set to the strings > "props.prop1" and "props.prop2" instead of the runtime values. Am I > doing something wrong? Any help would be

XSLT Param from ANT Property.

2005-11-08 Thread Robert r. Sanders
I'm using ANT 1.6.5; Java 1.5.0_04; Win 2000 sp4. I'm using the XSLT task from within ANT; and can't seem to get the parameter to work as it seems it should. After trying to look it up I haven't been able to find anything useful in explaining it. Basically I have: