You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Omar Alos <oa...@yahoo.es> on 2002/05/07 19:29:58 UTC

Problems with Saxon and xsp

Docbook stylesheets works fine with Saxon, but I can't
execute xsp

this page:

xsp:page xmlns:xsp="http://apache.org/xsp" 
language="java">
 <article>
  <title>
   CONTRATO DE ARRENDAMIENTO DE SERVICIOS
PROFESIONALES
  </title>
  <para>
   prueba
  </para>
 </article>
</xsp:page>

works with Xalan, but when I try with Saxon, java
generated file is not correct. Nodes are not generated

all commands "this.contentHandler.startElement" like

this.contentHandler.startElement("","title","title",xspAttr);

are missing. I only have
    ...
  this.characters("\n\t\t");  
  this.characters("\n\t\t\tCONTRATO DE ARRENDAMIENTO
DE SERVICIOS PROFESIONALES"); 
  this.characters("\n\t\t");
  this.characters("\n\t\t");
  this.characters("\n\t\t\tprueba");
    ...
 
 
 tomcat 3.3a
 cocoon 2.02
 Saxon 6.5.2
 
 Thanks,
 Omar

_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Problems with Saxon and xsp

Posted by Omar Alos <oa...@yahoo.es>.
 --- Peter Royal <pr...@apache.org> escribió: >
> I believe this was just fixed in CVS:
> 
>
http://www.mail-archive.com/cocoon-users@xml.apache.org/msg10163.html
> 

Thank you Peter, it's ok now

Omar 

_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Problems with Saxon and xsp

Posted by Peter Royal <pr...@apache.org>.
On Tuesday 07 May 2002 01:29 pm, Omar Alos wrote:
> works with Xalan, but when I try with Saxon, java
> generated file is not correct. Nodes are not generated
>
> all commands "this.contentHandler.startElement" like
>
> this.contentHandler.startElement("","title","title",xspAttr);
>
> are missing. I only have

I believe this was just fixed in CVS:

http://www.mail-archive.com/cocoon-users@xml.apache.org/msg10163.html

-pete

-- 
peter royal -> proyal@apache.org

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>