Hi,
I thing of a more advanced logicsheet that would use data from DB during XSP translation to Java. For that reason I could use Xalan java extensions, but I don't know if xalan is used and if it is safe to assume that xalan will be used.
Bad idea! I would not use processor dependent code for it. If Xalan is available is dependent on your project. Cocoon requires only a Trax compatible processor and uses Xalan as default.
But I wonder if you really need DB access from within the stylesheet? What's the use case for it? Why don't you access the DB from within XSP, e.g. via ESQL?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
