You could make a custom transformer that reads the stylesheet from the database, then using the saxon or xalan java API applies this transformation to the generated xml (look at the transform() function of abstractDOMtransformer, that's where your stuff will go).

It's not that difficult, just puzzling the pieces together.

Jorg

[EMAIL PROTECTED] wrote:

Hi,

I'd like to make the pipeline, where is the XSL template readed from SQL database (not from filesystem). Is it possible? Selecting of appropriate template depends on the one key, it is generated either with serverpages generator or it can be contained in the URI (doesn't care).

Thanks a lot!

otmar


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to