Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 85849 invoked from network); 13 Mar 2004 00:46:04 -0000 Received: from unknown (HELO smtp.noos.fr) (212.198.2.115) by daedalus.apache.org with SMTP; 13 Mar 2004 00:46:04 -0000 Received: (qmail 23591 invoked by uid 0); 13 Mar 2004 00:46:09 -0000 Received: from unknown (HELO vma) ([195.132.245.195]) (envelope-sender ) by 212.198.2.115 (qmail-ldap-1.03) with SMTP for ; 13 Mar 2004 00:46:09 -0000 From: "Vincent Massol" To: "'Cactus Users List'" Subject: RE: Cactus report transform problem Date: Sat, 13 Mar 2004 01:45:33 +0100 Message-ID: <109601c40894$7e864fd0$2502a8c0@vma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Li, Thanks for reporting back. This will be *very* useful for future users with the same problem. Thanks -Vincent > -----Original Message----- > From: Li Geng [mailto:li.geng@quarksys.net] > Sent: 12 March 2004 22:52 > To: Cactus Users List > Subject: RE: Cactus report transform problem > > Finnaly I solved this problem. The cause of this issuse is the well known > bug of JDK 1.4, please check the following link: > > http://xml.apache.org/xalan-j/faq.html#faq-N100CB > > After replace the Xalan jar files, it works like a charm. Thanks Vincent! > > Li > > -----Original Message----- > From: Vincent Massol [mailto:vmassol@pivolis.com] > Sent: February 13, 2004 1:21 PM > To: 'Cactus Users List' > Subject: RE: Cactus report transform problem > > > The provided XSL is supposed to work out-of-the-box with no change. I > don't know what's wrong. You're the first to report a problem. > > How are you running your tests exactly? Have you modified the original > cactus-report.xsl? > > Thanks > -Vincent > > > -----Original Message----- > > From: li.geng@hrdc-drhc.gc.ca [mailto:li.geng@hrdc-drhc.gc.ca] > > Sent: 10 February 2004 17:47 > > To: cactus-user@jakarta.apache.org > > Subject: Cactus report transform problem > > > > HI All, > > > > When I was trying to use the cactus-report.xsl to transform the cactus > > test report, I got an error saying: > > > > javax.xml.transform.TransformerConfigurationException: XSL-1000: > (Fatal > > Error) Error while parsing XSL file (null). > > > > So I tried to replace the xsl with following > > =========================test.xsl========================== > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > > > > > > > > > > > > > select="substring($spaces,1,count(ancestor::node()) *$indent)"/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > And I got following XML source: > > ==========cactus-result.xml=========================== > > > > > > > > > errors="0" time="0.541"> > > > > > > > > > > then I replaced the test.xsl with cactus-report.xsland tried to > transform > > this again using XML Spy, everthing is working fine, I got a perfect > > report. I'm just wondering what's wrong, do I missing anything? > > > > Thanks in advance! > > > > -- > > Li Geng > > li.geng@hrdr-drhc.gc.ca > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org