Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 94405 invoked by uid 500); 2 Nov 2002 16:16:36 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 94390 invoked from network); 2 Nov 2002 16:16:35 -0000 Message-ID: <02d201c2828b$5f885370$0100a8c0@MAUCHI> From: "Ivelin Ivanov" To: Cc: "Tom Amiro" , "Jacek Ambroziak" , , , References: <92DB9874-ED9F-11D6-8015-0003935AD2EE@mac.com> Subject: Re: XSLTC Problems Date: Sat, 2 Nov 2002 10:17:42 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Tom is probably still the point man, but just in case, I have added to the CC list all the XSLTC contacts that we used in the past. Ivelin ----- Original Message ----- From: "Jeremy Quinn" To: Sent: Friday, November 01, 2002 7:41 AM Subject: XSLTC Problems > Dear All, > > As soon as XSLTC was switched on by default, I had to switch it off! > > I have a stylesheet that work fine with xalan, but does not work in > XSLTC, to whom, and how, should I report this? > > The culprit : > > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > > > select="/doc/meta/link[@rel='section-link']|/doc/meta/ > link[@rel='chapter-link']"/> > > > > > select="$int-links[@href=$link]/following-sibling::link[@rel='section- > link'][position()=1]"/> >
> > > > > select="$int-links[1]/@href"/> > > > > > select="$to/@title"/> > select="$int-links[1]/@title"/> > > > > >
>
> > > > > select="$int-links[@href=$link]/following-sibling::*[position()=1]"/> > > select="@type"/> > select="@label"/> > > > > > select="$int-links[1]/@href"/> > > > > > select="$to/@title"/> > select="$int-links[1]/@title"/> > > > > > > > > > > > > > > priority="-2"> select="@*|node()"/> > select="."/> > >
> > > This appears to be the reported error: > > root cause > > java.lang.VerifyError: (class: make_chapter_links$4, method: test > signature: > (IIIILorg/apache/xalan/xsltc/runtime/AbstractTranslet;Lorg/apache/ > xalan/xsltc/NodeIterator;)Z) Incompatible argument to function > at make_chapter_links.applyTemplates() > at make_chapter_links.applyTemplates() > at make_chapter_links.applyTemplates() > at make_chapter_links.transform() > at > org.apache.xalan.xsltc.runtime.AbstractTranslet.transform(AbstractTransl > et.java:540) > at > org.apache.xalan.xsltc.trax.TransformerImpl.transform(TransformerImpl.ja > va:635) > > regards Jeremy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org > For additional commands, email: cocoon-dev-help@xml.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org