Hi, Johannes. Johannes Neubauer <[EMAIL PROTECTED]> wrote on 2007-07-29 02:10:51 PM: > Am Donnerstag, den 26.07.2007, 06:05 -0400 schrieb Henry Zongaro: > > If you're interested in such an implementation (as a user), please > > respond and let us know which features you're most interested in. And > > conversely, I would also like to hear from any users who are satisfied > > with an XSLT 1.0 processor, and not much interested in migrating to > > XSLT 2.0. > > Another feature I would like to have, is an easy way for using an > existing DOM tree as the input of a XSLT script.
Could you elaborate on this? I assume that you want to do something other than the following, but I'm not sure what: Transformer t = ...; t.transform(new DOMSource(domNode), new StreamResult(...)); > A XSLT to "native" Java compiler would be great, too. Again, could you elaborate? The Xalan project does have XSLTC, which generates Java classes. Are you looking for something that generates Java source code that you could then modify? Or do you have some other requirement? Thanks, Henry ------------------------------------------------------------------ Henry Zongaro XSLT Processors Development IBM SWS Toronto Lab T/L 969-6044; Phone +1 905 413-6044 mailto:[EMAIL PROTECTED]