From commits-return-2196-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Apr 03 17:47:51 2006 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 33636 invoked from network); 3 Apr 2006 17:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 17:47:50 -0000 Received: (qmail 25037 invoked by uid 500); 3 Apr 2006 17:47:49 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 25003 invoked by uid 500); 3 Apr 2006 17:47:49 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 24994 invoked by uid 500); 3 Apr 2006 17:47:49 -0000 Delivered-To: apmail-incubator-jackrabbit-commits@incubator.apache.org Received: (qmail 24991 invoked by uid 99); 3 Apr 2006 17:47:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 10:47:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 10:47:48 -0700 Received: from ajax.apache.org (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D88E0D49FE for ; Mon, 3 Apr 2006 18:47:27 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jackrabbit-commits@incubator.apache.org Date: Mon, 03 Apr 2006 17:47:27 -0000 Message-ID: <20060403174727.20575.93061@ajax.apache.org> Subject: [Jackrabbit Wiki] Update of "NamespaceRegistry" by JukkaZitting X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by JukkaZitting: http://wiki.apache.org/jackrabbit/NamespaceRegistry New page: The following list is a registry of common namespace mappings found in JCR applications. Note that the listed prefixes are not universal, as some repositories can use different mappings for the same namespaces. All prefixed names on this wiki and on the [http://jackrabbit.apache.org Jackrabbit web site] use these mappings unless otherwise specified. Unless there is a good reason to do otherwise, you should avoid using these prefixes for different namespace mappings. || '''Prefix''' || '''Namespace URI''' || '''Comments''' || || || || The default namespace with an empty prefix and an empty namespace URI. || || xml || http://www.w3.org/XML/1998/namespace || The XML namespace. Should not be used in JCR content to avoid problems with XML exports. || || xmlns || http://www.w3.org/2000/xmlns/ || The XML namespace namespace. Should not be used in JCR content to avoid problems with XML exports. || || jcr || http://www.jcp.org/jcr/1.0 || Namespace of standard node and property names specified in JSR 170. || || nt || http://www.jcp.org/jcr/nt/1.0 || Namespace of the standard primary node types specified in JSR 170. || || mix || http://www.jcp.org/jcr/mix/1.0 || Namespace of the standard mixin node types specified in JSR 170. || || sv || http://www.jcp.org/jcr/sv/1.0 || The JCR system view namespace. Should not be used in JCR content to avoid problems with XML exports. || || rep || internal || Internal [http://jackrabbit.apache.org/ Jackrabbit] namespace used for internal node types. || || jlib || http://jlibrary.sourceforge.net || The [http://jlibrary.sourceforge.net/ jLibrary] namespace. || Feel free to add entries to this list.