Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 10171 invoked from network); 11 Oct 2004 16:32:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Oct 2004 16:32:54 -0000 Received: (qmail 49611 invoked by uid 500); 11 Oct 2004 16:32:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 49452 invoked by uid 500); 11 Oct 2004 16:32:47 -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 49439 invoked by uid 99); 11 Oct 2004 16:32:47 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Oct 2004 09:32:44 -0700 Received: (qmail 895 invoked by uid 50); 11 Oct 2004 16:34:41 -0000 Date: 11 Oct 2004 16:34:41 -0000 Message-ID: <20041011163441.894.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 25352] - [PATCH] Ignore "annotations" namespace in the sitemap 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=25352 [PATCH] Ignore "annotations" namespace in the sitemap johan@hippo.nl changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Ignore "annotations" |[PATCH] Ignore "annotations" |namespace in the sitemap |namespace in the sitemap ------- Additional Comments From johan@hippo.nl 2004-10-11 16:34 ------- Created an annotations filter which is put in front of the configuration handler. The filter will filter all elements (including its subelements no matter what their namespace is) with the namespace mentioned in the thread. The patch consists of a patch for TreeProcessor and the source for AnnotationsFilter.