Tobia wrote:
By the way, can I access Cocoon's objects (request, session...)
through an xslt/xpath extension? That would be useful.
It might not be good practice, but we added the following calls to
setParameter() in TraxTransformer.java:
transformer.setParameter("ServiceManager", manager);
transformer.setParameter("ObjectModel", objectModel);
In Saxon (and maybe Xalan) you can access these objects/parameters as
Java-extensions, and then get access to Cocoon's objectmodel.
Askild
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]