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
<param ... /> 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:
<xslt in="Input.xml"
out="Output.xml"
style="Transform.xsl">
<!-- the inputs are from the "version.properties" file
created in the "init" task. -->
<param name="variable1" expression="${props.prop1}"/>
<param name="variable2" expression="${props.prop2}"/>
</xslt>
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 very useful.
Thanks.
--
Robert r. Sanders
Chief Technologist
iPOV
(334) 821-5412
www.ipov.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]