Re: Transforming with XML in database

2003-03-14 Thread Charles Yates
If you've got a AbstractSAXSource that gets stuff from the database how about writing a similar AbstractStreamSource that retrieves your stylesheets and then just use the TraxTransformer? Or modify your existing Source to do both toSAX() and getInputStream() efficiently. (I'm referring to the

Transforming with XML in database

2003-03-14 Thread Collin VanDyck
We've got a database of XSLT documents, and I'd like to be able to selectively apply one of those transforms at some point in my pipeline.   We also generate XML from the database by extending AbstractSAXSource, and implementing a pseudo-protocol that calls it.   I'd like to be able to say s