Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 30300 invoked from network); 5 May 2005 02:58:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2005 02:58:18 -0000 Received: (qmail 1099 invoked by uid 500); 5 May 2005 03:00:14 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 1056 invoked by uid 500); 5 May 2005 03:00:14 -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 Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 1029 invoked by uid 99); 5 May 2005 03:00:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (204.127.198.35) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 04 May 2005 20:00:13 -0700 Received: from [192.168.0.10] (pcp01790620pcs.anaprd01.md.comcast.net[68.48.143.78]) by comcast.net (rwcrmhc11) with ESMTP id <2005050502575901300508oqe>; Thu, 5 May 2005 02:57:59 +0000 Message-ID: <42798B69.90409@chrismaloney.com> Date: Wed, 04 May 2005 22:56:41 -0400 From: Chris Maloney User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Annotating the sitemap Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there any standard (or non-standard, for that matter) way of annotating (i.e. adding markup documentation) to my sitemap? A lot of XML schema that I know of allow you to mix in elements of other namespaces into the document. Then, if a particular processor doesn't recognize the element, it just ignores it. I'd like to do, for example: . . . . This pipeline is REALLY COOL! . . . . When I try this, I get an error org.apache.avalon.framework.configuration.ConfigurationException: Invalid namespace. If not, is there any way to request this as a feature? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org