Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 89280 invoked from network); 11 Dec 2004 14:26:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Dec 2004 14:26:48 -0000 Received: (qmail 76863 invoked by uid 500); 11 Dec 2004 14:26:45 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 76804 invoked by uid 500); 11 Dec 2004 14:26:44 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 76786 invoked by uid 99); 11 Dec 2004 14:26:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME,WEIRD_PORT X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Dec 2004 06:26:44 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iBBEQfYV016431 for ; Sat, 11 Dec 2004 15:26:41 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iBBEQfSX016429; Sat, 11 Dec 2004 15:26:41 +0100 Date: Sat, 11 Dec 2004 15:26:41 +0100 Message-Id: <200412111426.iBBEQfSX016429@ajax.apache.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Subject: DO NOT REPLY [Bug 32650] New: - Transformations in views not usable when using aggregation or cocoon internal protocol: The xml gets transfomed more than once X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32650 Summary: Transformations in views not usable when using aggregation or cocoon internal protocol: The xml gets transfomed more than once Product: Cocoon 2 Version: 2.1.6 Platform: All OS/Version: Mac OS X 10.3 Status: NEW Severity: critical Priority: P1 Component: core AssignedTo: dev@cocoon.apache.org ReportedBy: thomas@alexnat.de CC: thomas@alexnat.de Using views seems work, until your content is being loaded internally via a 'cocoon:/xyz' url or content aggregation. When you then XSL transform the XML in a view, the resulting tree is corrupt. This can be verified by calling: http://localhost:8888/a?cocoon-view=pretty-content http://localhost:8888/b?cocoon-view=pretty-content (here you will get a corrupt html tree) It seems, that the view transformer gets called twice when using the second example. This makes the view concept pretty useless with this bug. ---------------- - test.xml - ---------------- Hello World XML ---------------- - sitemap.xmap - (added to the original sitemap) ---------------- This issue has been tested on Cocoon 2.1.5 and 2.1.6 on OS X 10.3.6 on a PowerMac Dual G5 and Java 1.4.2_05. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.