Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 63570 invoked from network); 30 May 2006 05:41:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2006 05:41:01 -0000 Received: (qmail 65581 invoked by uid 500); 30 May 2006 05:40:57 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 65207 invoked by uid 500); 30 May 2006 05:40:56 -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 65196 invoked by uid 99); 30 May 2006 05:40:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 22:40:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [165.98.167.227] (HELO ags01.agssa.net) (165.98.167.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 22:40:55 -0700 Received-SPF: pass (ags01.agssa.net: 10.0.0.7 is whitelisted) receiver=ags01.agssa.net; client-ip=10.0.0.7; helo=[10.0.0.7]; envelope-from=agallardo@agssa.net; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Received: from [10.0.0.7] (apoyo.agssa.net [10.0.0.7]) by ags01.agssa.net (8.13.6/8.13.6) with ESMTP id k4U5eVZc015591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 30 May 2006 00:40:32 -0500 Message-ID: <447BDACF.7020102@agssa.net> Date: Tue, 30 May 2006 00:40:31 -0500 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: XInclude Problem: Fails to Produce Well-Formed Output References: <200605271424.00384.pasha@neptuneinc.org> In-Reply-To: <200605271424.00384.pasha@neptuneinc.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (ags01.agssa.net [165.98.167.227]); Tue, 30 May 2006 00:40:32 -0500 (CDT) X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on agssa.net X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.0.5 (2005-11-28) on ags01.agssa.net X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,AWL,WEIRD_PORT autolearn=ham version=3.0.5 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Pasha, Thanks to Jason Johntson, this issue is now solved in our repository. It will be released in the next version. Also we added some test case to avoid a potential reversion in the future. If you want to use the fixed code now, please download 2.1.10-dev from our subversion repository. Thanks for reporting this issue. Best Regards, Antonio Gallardo. Pasha Minallah escribió: > Hi, > > We are currently using Cocoon 2.1.7 and attempting to migrate our applications > to 2.1.9. Here is the main problem we've encountered in our testing of > XIncludeTransformer in 2.1.9. > > *** Main Problem: Fails to Produce Well-Formed Output *** > > Sitemap Snippet: > > > > > > Pre-XInclude XML Snippet: > >
> ... > > ... >
> > Expected Output: > >
> ... > > ... >
> > Actual Output: > >
> ... > > > ... >
> > Conclusion: > > The closing xi:include tag without a corresponding opening tag makes the > output not well-formed. Cocoon 2.1.7 produces the correct expected output. > This wouldn't be such a big deal if the output were displayed despite this > error but the browser bombs and displays the following ugly message: > > XML Parsing Error: mismatched tag. Expected: . > Location: http://localhost:8888/smarte/home/index.xml > Line Number 13, Column 13:
... > > I pointed this problem out in Cocoon 2.1.8 as well, perhaps not in as much > detail. I would urge you to at least restore the working code if fixing the > problem is going to take a while. > > Thanks. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org