----- Original Message -----
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 01, 2002 9:27 PM
Subject: Re: XSL Tasks


> ----- Original Message -----
> From: "Bob Lee" <[EMAIL PROTECTED]>
>
>
> > Specifically, I'm just working on some interface extensions.
> >
> > The current interface is geared towards transforming a directory of XML
> > content.
> >
> > I'm making ant targets for my currrent project that use XSL stylesheets
to
> > generate code and descriptors for entity beans off of a single XML file.
>
> So you're process runs a single XML file through several XSL
> transformations?

Exactly.

> You could, alternatively, use <apply> to accomplish this already probably.
> It certainly isn't the ideal solution, but thought I'd mention it.
>
> > Combining this functionality into the build script rather than having a
> > separate program or script has proven to be clean, convenient, and
> > intuitive, and the XSLTProcess task is an integral component, however
the
> > current interface isn't exactly condusive to this type of application.
>
> There certainly is room for more XML/XSL type functionality, either as
> separate tasks or integrated into <style> if suitable.
>
> > Off the subject, do you think XSLTransform would be more accurate and
> > intuitive label for this task?
>
> +0 - doesn't matter to me... its mapped to <style> and thats how I see it
> mostly. But certainly naming conventions of our tasks needs to be
intuitive
> and clear.  (I think all our tasks should be named *Task.java, at least -
> and named close to what its default XML element name is).
>
> By the way, have you given any thought to using Torque/Velocity for your
> code generation process?  Its already got an XML driven engine, Ant tasks,
> and customizable Velocity templates to generate code - and should be
easily
> tweakable to generate EJB (*ick*) code.
>

Yeah, I try and steer clear of them, too. I'll look into Velocity, though my
application is painfully simple. Thank you for all of the great help.

>     Erik

Bob


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to