> > >> hi again too :) > :-D > >> >> I agree with you but each time I add "year" or "year or @year" or >> "@year or year", cocoon crashes with this error : >> >> // start error (lines 95-95) " expected" >> import >> // end error > > where does this one show up? on the page or in the logs? a bit more > context around that error would be helpful to see what component threw > it. >
Ok. I'm using a cvs version of cocoon that I build about one week ago I've made a copy of the logicsheet-util in my application directory When I miss to declare <xsl:param name="namespace-uri"> I have an error which says the namespace-uri parameter is missing so I think there is no problem with the logicsheet inclusion. The error above is the one displayed by my browser when I call my page (it's begin by "error compiling user_xsp") In the error.log, I have the following : ... import org.apache.cocoon.components.language.markup.xsp.AbstractEsqlQuery; import org.apache.cocoon.components.language.markup.xsp.AbstractEsqlConnection; // start error (lines 95-95) " <identifier> expected" import // end error ... Line 95, column 13: <identifier> expected Line 0, column 0: 1 error --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]