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. 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. Off the subject, do you think XSLTransform would be more accurate and intuitive label for this task? Thanks, Bob ----- Original Message ----- From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 8:03 PM Subject: Re: XSL Tasks > XSLTProcess has had several changes since Ant 1.4.1 (the details are pasted > below). > > What specifically are you looking for? > > When has ant-dev not been open to extensions/patches/contributions? :)) > > Erik > > ---------------------------- > > Revision : 1.30 > Date : 2001/12/7 16:10:17 > Author : 'bodewig' > State : 'Exp' > Lines : +8 -1 > Description : > register style task as error listener to the Trax transformer and > factory so messages will get back to Ant's logging system. > Submitted by: David Leuschner <[EMAIL PROTECTED]> > ---------------------------- > Revision : 1.29 > Date : 2001/11/26 18:10:45 > Author : 'rubys' > State : 'Exp' > Lines : +12 0 > Description : > Add support to for XSLT output types.This maps to TraX's: > transformer.setOutputProperty(OutputKeys.METHOD, type); > Background/rationalle: I'm looking into spliting Gumps gen.bat and gen.sh > scripts into a minimal bootstrap and a normal Ant "build.xml".In order > to achieve this, I need access to the functionallity that Xalan supports > from the command line via the -text parameter. > I've provided an implementation to seed the discussion on how this should > be supported.I am by no means wedded to this approach - if others see a > better way, either let me know or directly make the change. > ---------------------------- > Revision : 1.28 > Date : 2001/11/26 3:9:1 > Author : 'rubys' > State : 'Exp' > Lines : +1 -1 > Description : > Seems silly to produce the same log message for every file, particularly > as this message was already issued previously... > ---------------------------- > Revision : 1.27 > Date : 2001/10/29 11:16:49 > Author : 'bodewig' > State : 'Exp' > Lines : +15 -5 > Description : > Make <style> support Exolab's new Adaptx processor. > Submitted by: Arnaud Blandin <[EMAIL PROTECTED]> > ---------------------------- > Revision : 1.26 > Date : 2001/10/28 21:26:29 > Author : 'sbailliez' > State : 'Exp' > Lines : +7 -4 > Description : > Code clean up: > - removed useless/duplicate imports > - added explicit imports rather than * > - changed specifiers order to be conform to JLS. > > ----- Original Message ----- > From: "Bob Lee" <[EMAIL PROTECTED]> > To: "Ant Developers List" <[EMAIL PROTECTED]> > Sent: Tuesday, January 01, 2002 8:41 PM > Subject: XSL Tasks > > > > Can someone give me a run down of the status of the XSL tasks? > > > > I looked at the nightly builds, and the XSLTProcess task doesn't appear to > > have changed since the last release. I also have not been able to find any > > documentation on it outside of the javadoc. > > > > Are extensions to this component welcome? > > > > Thanks, > > Bob > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
