Jose Antonio Rosa dos Santos Junior wrote: > hmmm.. Maybe. Havenīt thought that way. Can i link two pipelines to do that instead? > > Iīm sending what i am trying to do: > > stemap.xmap: > ... > > > > > > > > ... > > pagina-fnde2html.xsl: > ... > > ... > > > SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy"); > > > format.format(new Date()) > > ... > > ... > > teste.xsp: > > > xmlns:xsp="http://apache.org/xsp" > > No, you cannot. Specifically, you cannot use XSP tags in your XSL: XSP is interpreted only in the generation stage. What XSL does is just to transform (using the XSL language, not the XSP one) the output produced by the XSP. If you really can't do without Java in the XSL, take a look at the XSL extension of Xalan, using which you will be able call Java within an XSL, like: ... ... ...which, coincidentally, you were trying to achieve in the first place I suppose :) Regards, ------------------------------------------ Luca Morandini GIS Consultant lmorandini@ieee.org http://space.virgilio.it/kumora/index.html ------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org