I have the latest Jetty servlet engine, the latest released Cocoon, on
Windows NT.  I had this problem when retrieving XML documents from eXist,
but I have now tested it without eXist, and the problem persists.

When transforming a document containing a big, complex CALS table using
this (test case) pipeline snippet

   <map:match pattern="body/MBGE.04.FADE7D8001BE3D6C.xml">
    <map:generate src="MBGE.04.FADE7D8001BE3D6C.xml"/>
    <map:transform src="xsl/body.xsl"/>
    <map:serialize type="html"/>
   </map:match>

I receive the following error message.  The document is actually partly
transformed, it even starts transforming the table, and at some point (not
always the same), in one table cell it displays the following error
message:

---------------8<---------------8<---------------
"The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode
notifies that org.apache.cocoon.ProcessingException says:

Exception during processing of
file:/E:/app/jetty/demo/webapps/exist/MBGE.04.FADE7D8001BE3D6C.xml

More precisely:

org.apache.cocoon.ProcessingException: Exception during processing of
file:/E:/app/jetty/demo/webapps/exist/MBGE.04.FADE7D8001BE3D6C.xml:
java.lang.RuntimeException: 2 >= 1 "
---------------8<---------------8<---------------

What does this mean?  What can the reason be?  How can I fix it?

The docbook CALS table transformation stylesheet is responsible for the
table transformation.  When I use Saxon on the commandline, the page is
transformed as expected.

I am a bit at a loss here, because I have many such tables ...  What can
you advise?

Thank you in advance,
-- 
Jakob.





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

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

Reply via email to