Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 32101 invoked from network); 18 Oct 2000 18:53:06 -0000 Received: from apolon.amadej.si (194.165.96.15) by locus.apache.org with SMTP; 18 Oct 2000 18:53:06 -0000 Received: from ppp5.amadej.si(194.165.96.55), claiming to be "juhu" via SMTP by apolon.amadej.si, id smtpdAAAa22347; Wed Oct 18 20:52:58 2000 Message-Id: <3.0.1.32.20001017205238.00a10430@mail.gorenc.com> X-Sender: mbgasper@mail.gorenc.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Tue, 17 Oct 2000 20:52:38 +0200 To: cocoon-users@xml.apache.org From: Gasper Subject: Strange error with dynamic XSL Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello I have been following the discusion for the dynamic XSL generation and was trying to do it. But I have encountered an error with the page compilation. My XSP code is starting like this: href="xsl/html/product.xsl" type="text/xsl" href="xsl/wml/product.xsl" type="text/xsl" media="wap" href="xsl/html/productu.xsl" type="text/xsl" href="xsl/wml/productu.xsl" type="text/xsl" media="wap" href="xsl/html/producti.xsl" type="text/xsl" href="xsl/wml/producti.xsl" type="text/xsl" media="wap" The error I get is: java.lang.Exception: XSP Java Compiler: Compilation failed for _product.java 36: Type expected. if ((s==null) || (s.equals("insert"))) { ^ 1 error Can someone please tell me what am I doing wrong? Thanks for your help. Gasper