You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2020/03/02 08:56:09 UTC

svn commit: r1874686 - /jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/docview.md

Author: kwin
Date: Mon Mar  2 08:56:09 2020
New Revision: 1874686

URL: http://svn.apache.org/viewvc?rev=1874686&view=rev
Log:
clarify namespaces for filenames

Modified:
    jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/docview.md

Modified: jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/docview.md
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/docview.md?rev=1874686&r1=1874685&r2=1874686&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/docview.md (original)
+++ jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/docview.md Mon Mar  2 08:56:09 2020
@@ -49,6 +49,8 @@ Example:
     title="Libraries"/>
 ```
 
+As by that the filename implicitly sets the root element name, its namespace is also supposed to be declared in the XML in case it is using a prefix. This is similar to all other elements in the XML.
+
 ### Empty Elements
 
 The deserialization treats empty elements different as the default [JCR 2.0 Import][import-docview], as