Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 30195 invoked by uid 500); 21 May 2003 20:26:51 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 30150 invoked from network); 21 May 2003 20:26:50 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 21 May 2003 20:26:50 -0000 Received: (qmail 15479 invoked by uid 50); 21 May 2003 20:29:02 -0000 Date: 21 May 2003 20:29:02 -0000 Message-ID: <20030521202902.15478.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 20132] New: - The XIncludeTransformer is not cacheable X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=20132 The XIncludeTransformer is not cacheable Summary: The XIncludeTransformer is not cacheable Product: Cocoon 2 Version: 2.1m2 Platform: All URL: http://cocoon.apache.org/2.1/userdocs/transformers/xincl ude-transformer.html OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: sitemap components AssignedTo: cocoon-dev@xml.apache.org ReportedBy: conalt@paradise.net.nz The XIncludeTransformer is not cacheable. XInclude is the relevant standard for XML inclusions which means it's important to support it well - for Cocoon this means it should be cacheable, otherwise it is barely usable in a "live" environment. Currently, if you want to include data and still use the Cocoon cache, you need to use the non-standard CIncludeTransformer.