crossley 02/01/15 18:14:07
Modified: src/documentation cocoon.xconf
Log:
Setting parser validate=true to enable XML validation during build docs.
Revision Changes Path
1.3 +5 -5 xml-cocoon2/src/documentation/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/cocoon.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cocoon.xconf 9 Jan 2002 08:18:12 -0000 1.2
+++ cocoon.xconf 16 Jan 2002 02:14:07 -0000 1.3
@@ -22,13 +22,13 @@
-Dorg.apache.cocoon.components.parser.Parser=org.apache.cocoon.components.parser.XercesParser
validate: This parameter causes the parser to be a validating parser.
- ... use this with caution ...
- You really should have validated all of your XML documents already,
- according to their proper DTD or schema. Do not expect Cocoon to do it.
- This setting is occasionally used for "build docs".
+ XML validation is only being used for the documentation build.
+ (If you are going to use it elsewhere, then do so with caution.)
+ You really should have validated all of your XML documents already,
+ according to their proper DTD or schema. Do not expect Cocoon to do it.
-->
<parser class="org.apache.cocoon.components.parser.JaxpParser">
- <parameter name="validate" value="false"/>
+ <parameter name="validate" value="true"/>
</parser>
<!-- Storing:
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]