vgritsenko 02/02/01 20:28:35
Modified: src/webapp cocoon.xconf
Log:
Mention validate parameter
Revision Changes Path
1.16 +9 -1 xml-cocoon2/src/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cocoon.xconf 2 Feb 2002 02:42:40 -0000 1.15
+++ cocoon.xconf 2 Feb 2002 04:28:35 -0000 1.16
@@ -20,8 +20,16 @@
(probably on the startup of your servlet engine like this:
-Dorg.apache.cocoon.components.parser.Parser=org.apache.cocoon.components.parser.XercesParser
+ validate: This parameter causes the parser to be a validating parser.
+ 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.XercesParser"
- logger="core.parser"/>
+ logger="core.parser">
+ <parameter name="validate" value="false"/>
+ </parser>
-->
<parser logger="core.parser"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]