Scot P. Floess schrieb am 17.12.2010 um 08:05 (-0500):
> Honestly, its been a while since I passed in params from an Ant
> script...one of the two should work...
At least one of them does work:
<project>
<property name="indir" value="in"/>
<property name="outdir" value="out"/>
<property name="ss" value="floor.xsl"/>
<property name="floorType" value="wood"/>
<xslt basedir="${indir}" destdir="${outdir}" extension=".xml"
style="${ss}">
<include name="**/*.xml"/>
<param name="floorType" expression="${floorType}"/>
</xslt>
</project>
--
Michael Ludwig
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]