I have a web application that partly uses cocoon.
[ANOTHER APP] I have a xslt that is applied during a pipe.
Now, in a servlet i have the XSLT extracted from a database.
I put this bytearray into request.
[COCOON]
I can create a custom transformer that read the bean from request (my XSLT) but how to create a Source object out of it?
I tried to extend TraxTransformer to do the job but I cannot succesfully create a excalibur source out of a DOM representing the XSLT. (I can create SAXSource, DOMSource, InputStream or anything else).
My approach is wrong ?
Any other proposal ?
Best Regards Marius
-- "Giving up smoking is the easiest thing in the world. I know because I've done it thousands of times." Mark Twain (11/30/1835 - 04/21/1910)
My PGP Key is available at http://pgp.dtype.org:11371/pks/lookup?op=get&search=0x6FC4BCDE
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]