Hi All, I am trying to invoke 2 logicsheet in one xsp.
I have defined the logicsheet in the xsp as <?xml-logicsheet href="logicsheets/dateFormatUtil.xsl", "logicsheets/getQueryUtil.xsl"?>...is this the correct way of defining 2 logicsheets in an XSP Defined the xmlns in XSP as xmlns:formatter = "http://temp/dateFormatUtil/1.0" xmlns:queryformatter = "http://temp/getQueryUtil/1.0" Now I want to invoke a function from getQueryUtil logicsheet, by using test1 = <queryformatter:get-query start='dayStart' end='dayEnd' producttype='sProductType' column='column' order='order'/>; it gives me the following error... ********************************************************************** org.apache.cocoon.components.language.LanguageException: Error compiling ********************************************************************** but now when i call the same function by using test1 = <formatter:get-query start='dayStart' end='dayEnd' producttype='sProductType' column='column' order='order'/>; it does not give me any error.. Is it that I am using some wrong syntax while calling the function from getQueryUtil logicsheet. Please advice. Thanks Panna --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]