Hi Jan... Basically, I was doing something like this (if I understand you correctly). I was shunting the exec output to a file and then using the <xslt> task to transform it into another file. I was just hoping to cut out the middleman.
I tried using <xslt> at all levels, but it doesn't appear that it can be put in a filter chain. Thanks -Mark This e-mail message, and any attachments, is intended only for the use of the individual or entity identified in the alias address of this message and may contain information that is confidential, privileged and subject to legal restrictions and penalties regarding its unauthorized disclosure and use. Any unauthorized review, copying, disclosure, use or distribution is strictly prohibited. If you have received this e-mail message in error, please notify the sender immediately by reply e-mail and delete this message, and any attachments, from your system. Thank you. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 9:26 AM To: user@ant.apache.org Subject: AW: Use <xslt> in a filterchain? I havent tested, but with Ant 1.7 this could be possible: <exec resultproperty="out.xml" .../> <xslt out="..." style="..."> <resources> <property name="out.xml"/> </resources> </xslt> Jan >-----Ursprüngliche Nachricht----- >Von: Mark Modrall [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. September 2006 15:14 >An: user@ant.apache.org >Betreff: Use <xslt> in a filterchain? > >Hi... > > > > I was just wondering if you can use <xslt> as part >of a filter chain? If I have an <exec> or some command that >is going to be producing an xml stream of output, it would be >nice if I could just put a filterchain in there to transform >it to what I would rather, instead of writing the output to >one file and applying an <xslt> to output to another file... > > > >Thanks > >-mark > > >This e-mail message, and any attachments, is intended only for >the use of the individual or entity identified in the alias >address of this message and may contain information that is >confidential, privileged and subject to legal restrictions and >penalties regarding its unauthorized disclosure and use. Any >unauthorized review, copying, disclosure, use or distribution >is strictly prohibited. If you have received this e-mail >message in error, please notify the sender immediately by >reply e-mail and delete this message, and any attachments, >from your system. Thank you. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]