Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 69203 invoked from network); 26 Oct 2006 10:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 10:22:34 -0000 Received: (qmail 46290 invoked by uid 500); 26 Oct 2006 10:22:35 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 46261 invoked by uid 500); 26 Oct 2006 10:22:35 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 46250 invoked by uid 99); 26 Oct 2006 10:22:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 03:22:35 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kimus.linuxus@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 03:22:18 -0700 Received: by ug-out-1314.google.com with SMTP id u40so267798ugc for ; Thu, 26 Oct 2006 03:21:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer; b=j6Zkrxxth9QVmJwmHWdNcnfoH0dAA+JyRSVZwYpmbIo8v4i94y8Hflv8gwEV+kiGIrurxVY49s2OZEUXYXkHja00l6jnDhXmWoGbLCFK+hN2O2NTryvgVKiHcrFx8XKkMHAxim7x0s80ifQHOf/pHgCxwpswPSSQdncYbjfxPbg= Received: by 10.67.93.6 with SMTP id v6mr2512440ugl; Thu, 26 Oct 2006 03:21:53 -0700 (PDT) Received: from ?192.168.88.59? ( [194.79.66.138]) by mx.google.com with ESMTP id e1sm3555223ugf.2006.10.26.03.21.52; Thu, 26 Oct 2006 03:21:53 -0700 (PDT) Subject: XSLT parameters and include problem From: Kimus Linuxus To: Struts Users Mailing List Content-Type: multipart/alternative; boundary="=-2y9+/rkaSlr9KmhDNqlP" Date: Thu, 26 Oct 2006 11:24:02 +0100 Message-Id: <1161858242.14844.12.camel@hetjer.kimus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 X-Virus-Checked: Checked by ClamAV on apache.org --=-2y9+/rkaSlr9KmhDNqlP Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, I'm using the xslt resut type and I cant use includes (or imports)?? I have a main,xsl file that includes another xsl in the same directory. And gives me the following error: ERROR: '/home/share/software/develop/eclipse/variables.xsl (No such file or directory)' FATAL ERROR: 'Could not compile stylesheet' Oct 26, 2006 11:21:10 AM org.apache.struts2.views.xslt.XSLTResult execute SEVERE: Unable to render XSLT Template, '/WEB-INF/templates/main.xsl' javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:824) at org.apache.struts2.views.xslt.XSLTResult.getTemplates(XSLTResult.java:335) at org.apache.struts2.views.xslt.XSLTResult.execute(XSLTResult.java:254) Is it possible to pass XSLT parameters to the XSLTResult? thanx --=-2y9+/rkaSlr9KmhDNqlP--