On Tue, Jan 01, 2002 at 09:38:27PM -0600, Bob Lee wrote: > ----- 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.
Might want to look at http://www.langdale.com.au/styler/ "The styler task makes useful combinations of XSLT transformations easy to specify in an Ant build file. Like the built-in Ant task style, styler can apply a single transformation to a set of XML files. But it can also: - handle multiple transformations, in parallel or pipelined. - enable transformations that split or merge files - process non-XML files, especially HTML (based on JTidy) - apply non-XSLT transformation, especially "regular fragmentations" - use any custom XMLReader or XMLFilter class to handle new file formats and transformation techniques. " Mentioned in a mail by author Arnold deVos <[EMAIL PROTECTED]>, with subject "SUBMIT: candidate for an optional task". Might be worth adding to the "external tools" page.. --Jeff > > Erik > > Bob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
