Is there a .java file generated ?? I would check this for errors ..
Also check your core.log file for signs of it trying to load
sgcwebxml/logicsheets/sgcwebxml.xsl
There could be an error there.
Regards
Scott Warren
Saul Rodrigo Zarrate Cárdenas wrote:
Mensaje citado por Scott Warren <
Mensaje citado por Scott Warren <[EMAIL PROTECTED]>:
> Is there another Exception in error.log ??
No, there isn't
>
> Just a guess but do you need the xlink namespace ??? if not try taking
> that out. I think (educated guess) that cocoon is triying to fetch the file
>
> http://www.w3.org/1999
Is there another Exception in error.log ??
Just a guess but do you need the xlink namespace ??? if not try taking that
out. I think (educated guess) that cocoon is triying to fetch the file
http://www.w3.org/1999/xlink
as it may not be in cocoons catalog.
Hope this helps ??
Scott Warren
Saul Rodrigo Zarrate Cárdenas wrote:
Ok, here is the source of the logicsheets
http://www.w3.org/1999/XSL/Transform"; version='1.0'
xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsp="http://apache.org/xsp";>
Add the namespace declaration for sgcwebxml:
xmlns:sgcweb
Ok, here is the source of the logicsheets
http://www.w3.org/1999/XSL/Transform"; version='1.0'
xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsp="http://apache.org/xsp";>
T
Title: RE: Problem with namespaces working with logicsheets
Show us your logicsheets pls.
-Mensaje original-
De: Saul Rodrigo Zarrate Cárdenas [mailto:[EMAIL PROTECTED]]
Enviado el: Viernes, 15 de Noviembre de 2002 12:15 p.m.
Para: [EMAIL PROTECTED]
Asunto: Problem with namespaces