I found an answer to my question: use the concat task with a nested fileset.
Example:
<xslt in="${instance}" style="${stylesheet}" out="${xslt.result}"
extension=".txt">
</xslt>
<concat>
<fileset file="${xslt.result}"/>
</concat>
Josh Lubell wrote:
Is there an easy way to cause output from an Ant task that is normally
written to a file to be written to the console instead? Specifically I
would like XML transformation result of an xslt task to appear in the
Ant output rather than in an output file.
Thank you,
Josh
--
Josh Lubell, NIST
Manufacturing Systems Integration Division
100 Bureau Drive, Stop 8263
Gaithersburg MD 20899-8263 USA
Phone: 1-301-975-3563, Email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]