Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 18960 invoked from network); 12 Sep 2006 12:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2006 12:14:27 -0000 Received: (qmail 79482 invoked by uid 500); 12 Sep 2006 12:14:22 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 79407 invoked by uid 500); 12 Sep 2006 12:14:21 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 79396 invoked by uid 99); 12 Sep 2006 12:14:21 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2006 05:14:21 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=askild@xangeli.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain xangeli.com from 193.69.57.21 cause and error) Received: from ([193.69.57.21:4883] helo=osl01mta01.no.ventelo.net) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 80/94-01645-3A4A6054 for ; Tue, 12 Sep 2006 05:14:29 -0700 Received: from localhost (osl01mta01.no.ventelo.net [193.69.57.21]) by osl01mta01.no.ventelo.net (Postfix) with SMTP id F35C4212C7 for ; Tue, 12 Sep 2006 14:14:08 +0200 (CEST) X-Spam-Status: No, score: [-1.2/6.0] X-Virus-Scanned: Yes, by clamav Received: from [192.168.1.22] (unknown [193.71.112.215]) by osl01mta01.no.ventelo.net (Postfix) with ESMTP id A5B9D212D5 for ; Tue, 12 Sep 2006 14:14:07 +0200 (CEST) Message-ID: <4506A487.4060600@xangeli.com> Date: Tue, 12 Sep 2006 14:13:59 +0200 From: Askild Aaberg Olsen User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: XSLT Transformer Problem: STILL I'm Lost :( References: <45069282.3010806@lst.tfo.upm.es> In-Reply-To: <45069282.3010806@lst.tfo.upm.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Manuel Ottaviano wrote: > ***And this is very strange:* > > http://idle.lst.tfo.upm.es:8080/cocoon/hfm/prova * is a process that > use the partial XML as static file and apply the table.xsl > transformer..... this work!!! > > Why it does not work in my process.....???? > * Hi Manuel! I don't think that your tagger.xsl is the way to go, the resulting SAX-stream from it is still just a string, but when you save it to file, the generator parses i correctly. This is why your partial XML is working. The answer is to parse this string somehow... Are you able to use Saxon instead of Xalan as XSLT-processor? Saxon has a parse() - function, that could save your day. Have a look at http://wiki.apache.org/cocoon/Saxon and http://www.saxonica.com/documentation/extensions/functions/parse.html I've had problems using Saxon 8.8 in Cocoon, but success with 8.7.3, and have used the parse()-function several times. Hope this helps. Askild - --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org