vgritsenko 02/03/22 10:42:08 Modified: src/java/org/apache/cocoon/components/source xmldb.xconf Log: Fix CR/LF Revision Changes Path 1.2 +11 -11 xml-cocoon2/src/java/org/apache/cocoon/components/source/xmldb.xconf Index: xmldb.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/source/xmldb.xconf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xmldb.xconf 22 Mar 2002 13:53:34 -0000 1.1 +++ xmldb.xconf 22 Mar 2002 18:42:08 -0000 1.2 @@ -1,11 +1,11 @@ -<?xml version="1.0"?> - -<xconf xpath="/cocoon/source-handler" unless="protocol[@name='xmldb']"> - - <!-- xmldb pseudo protocol --> - <protocol name="xmldb" class="org.apache.cocoon.components.source.XMLDBSourceFactory"> - <!-- Xindice driver --> - <driver type="xindice" class="org.apache.xindice.client.xmldb.DatabaseImpl"/> - <!-- Add here other XML:DB compliant databases drivers --> - </protocol> -</xconf> +<?xml version="1.0"?> + +<xconf xpath="/cocoon/source-handler" unless="protocol[@name='xmldb']"> + + <!-- xmldb pseudo protocol --> + <protocol name="xmldb" class="org.apache.cocoon.components.source.XMLDBSourceFactory"> + <!-- Xindice driver --> + <driver type="xindice" class="org.apache.xindice.client.xmldb.DatabaseImpl"/> + <!-- Add here other XML:DB compliant databases drivers --> + </protocol> +</xconf>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]