You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jakob Ramskov <co...@ramosa.com> on 2000/06/14 20:05:29 UTC

ANT and XSL

Just curious, has anyone used XSL in conjunction with ANT build files, in any smart way? Could you enhance the build file, by transforming it first based on parameters, I don't know.

- Ramosa

Re: ANT and XSL

Posted by Peter Donald <do...@mad.scientist.com>.
At 09:54  14/6/00 -0400, you wrote:
>       Perhaps, the Ant applications could be defined in a more high level
>XML schema  and then a XSLT transformation applied to get it to the
>specific Ant version  requirements?       

interesting proposition isn't it :P. I used a similar approach to produce
lower level GUI xml (either to IBMs BML or mozillas XUL) and it worked
fine. It did make debuggin a bitch thou - mainly because I wasn't very good
at XSLT :P

Cheers,

Pete

*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power."          |
|       -Abraham Lincoln                               |
*------------------------------------------------------*

Re: ANT and XSL

Posted by tcmits1 <tc...@cs.com>.
What a coincidence.  Since recently using XSLT for some work, I've been thinking that it could be useful with Ant.  Perhaps, the Ant applications could be defined in a more high level XML schema and then a XSLT transformation applied to get it to the specific Ant version requirements?


  ----- Original Message ----- 
  From: Jakob Ramskov 
  To: ant-dev@jakarta.apache.org 
  Sent: Wednesday, June 14, 2000 2:05 PM
  Subject: ANT and XSL


  Just curious, has anyone used XSL in conjunction with ANT build files, in any smart way? Could you enhance the build file, by transforming it first based on parameters, I don't know.
   
  - Ramosa