Cocoon finds the logicsheet but if I include the namespace in the xsp Cocoon creates an empty .java file and, not surprisingly, doesn't compile a class file.
My cocoon.xconf has: <builtin-logicsheet> <parameter name="prefix" value="ts"/> <parameter name="uri" value="http://ts.org"/> <parameter name="href" value="logicsheet.xsl"/> </builtin-logicsheet> My xsp has: <xsp:page language="java" xmlns:xsp="http://apache.org/xsp" xmlns:ts="http://ts.org" xmlns:esql="http://apache.org/cocoon/SQL/v2"> And the logicsheet has: <xsl:stylesheet version="1.0" xmlns:xsl=http://www.w3.org/1999/XSL/Transform" xmlns:xsp="http://apache.org/xsp" xmlns:ts="http://ts.org" xmlns:esql="http://apache.org/cocoon/SQL/v2"> At the moment the logicsheet does nothing at all and the xsp doesn't even call the ts namespace. If I remove the namespace declaration from the xsp, it runs as expected but as soon as I put it back in, the java file has no content. Any suggestions? Thanks, Pogie __________________________________________________________________ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397 Get AOL Instant Messenger 5.1 free of charge. Download Now! http://aim.aol.com/aimnew/Aim/register.adp?promo=380455 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
