You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/05/06 11:07:01 UTC

svn commit: r168578 - /incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml

Author: jukka
Date: Fri May  6 02:07:00 2005
New Revision: 168578

URL: http://svn.apache.org/viewcvs?rev=168578&view=rev
Log:
Commented out the inline DTD as it doesn't work well with the namespace declarations.

Modified:
    incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml

Modified: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml?rev=168578&r1=168577&r2=168578&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml (original)
+++ incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml Fri May  6 02:07:00 2005
@@ -17,6 +17,13 @@
  * limitations under the License.
  */
  -->
+<!--
+Note: The following inline DTD is included as an informal description of
+the node type configuration file format. It can however not be used for
+formal validation because of the namespace declarations. The DTD is therefore
+commented out by default.
+-->
+<!--
 <!DOCTYPE nodeTypes [
 	<!ELEMENT nodeTypes (nodeType)*>
 		<!ELEMENT nodeType (supertypes?|propertyDefinition*|childNodeDefinition*)>
@@ -58,6 +65,7 @@
 		<!ELEMENT requiredPrimaryTypes (requiredPrimaryType+)>
 		<!ELEMENT requiredPrimaryType (CDATA)>
 ]>
+-->
 <nodeTypes
     xmlns:rep="internal"
     xmlns:nt="http://www.jcp.org/jcr/nt/1.0"