Berin Loritsch wrote:

> We once had everything working where ESQL would work even if it was 
> called by a
> custom logicsheet.  I have a previously tested Logicsheet, and Cocoon is 
> not applying
> ESQL--it was working before.  I cannot post the logicsheet to the list 
> (proprietary
> stuff in there).
> 
> Here is the beginning of it:
> 
> <xsl:stylesheet version="1.0"
>                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                 xmlns:xsp="http://apache.org/xsp";
>                 xmlns:esql="http://apache.org/cocoon/SQL/v2";
>                 xmlns:xspdoc="http://apache.org/cocoon/XSPDoc/v1";
>                 
> xmlns:schematic="http://www.infoplanning.com/xsp/schematic";>

I had the same problem some time ago, I think it was in the passage from 
a beta of C2 to rc1. I think I solved it by changing the order of 
namespace declarations, i.e. putting xmlns:esql AFTER the declaration of 
my custom logicsheet's namespace.

        Hope this helps,

                Ugo

-- 
Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
P.le Volontari del Sangue, 2 - 27100 Pavia - Italy
Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to