cziegeler 2002/07/05 02:20:56
Modified: src/java/org/apache/cocoon/components/hsqldb Tag:
cocoon_2_0_3_branch hsqldb.xconf
src/webapp/WEB-INF Tag: cocoon_2_0_3_branch cocoon.xconf
Log:
Fixed order of components in xconf
Revision Changes Path
No revision
No revision
1.2.2.1 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/hsqldb.xconf
Index: hsqldb.xconf
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/hsqldb.xconf,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- hsqldb.xconf 9 Mar 2002 06:27:15 -0000 1.2
+++ hsqldb.xconf 5 Jul 2002 09:20:56 -0000 1.2.2.1
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<xconf xpath="/cocoon" unless="hsqldb-server">
+<xconf xpath="/cocoon" unless="hsqldb-server" insert-before="xml-parser">
<!-- HSQLDB Server for samples:
Comment this section out if you don't care about the samples.
No revision
No revision
1.4.2.3 +2 -2 xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- cocoon.xconf 19 Apr 2002 17:28:30 -0000 1.4.2.2
+++ cocoon.xconf 5 Jul 2002 09:20:56 -0000 1.4.2.3
@@ -13,6 +13,8 @@
<!-- ===================== General Components =========================== -->
+ <xml-parser class="org.apache.avalon.excalibur.xml.JaxpParser"
+ logger="core.xml-parser">
<!-- Parser:
The default parser used in Apache Cocoon is
org.apache.avalon.excalibur.xml.JaxpParser. Apache Cocoon requires a
@@ -54,8 +56,6 @@
DocumentBuilderFactory implementation to be used (similar to
sax-parser-factory for DOM).
-->
- <xml-parser class="org.apache.avalon.excalibur.xml.JaxpParser"
- logger="core.xml-parser">
<parameter name="validate" value="false"/>
<parameter name="namespace-prefixes" value="false"/>
<parameter name="stop-on-warning" value="true"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]