You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/12/19 15:53:05 UTC

svn commit: r605557 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/

Author: vgritsenko
Date: Wed Dec 19 06:53:02 2007
New Revision: 605557

URL: http://svn.apache.org/viewvc?rev=605557&view=rev
Log:
remove logger attribute, indent, cleanup

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xpath-processor.xconf
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-processor.xconf
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xalan.xconf
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xsltc.xconf

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xpath-processor.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xpath-processor.xconf?rev=605557&r1=605556&r2=605557&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xpath-processor.xconf (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xpath-processor.xconf Wed Dec 19 06:53:02 2007
@@ -15,12 +15,15 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- SVN $Id$ -->
+
+<!--
+  - $Id$
+  -->
 <components>
 
-  <!--+
-      | Xpath Processor (Based on Xalan)
-      +-->
-  <xpath-processor class="org.apache.excalibur.xml.xpath.XPathProcessorImpl" logger="core.xpath"/>
+  <!--
+    - Xpath Processor (Based on Xalan)
+    -->
+  <xpath-processor class="org.apache.excalibur.xml.xpath.XPathProcessorImpl"/>
 
 </components>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-processor.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-processor.xconf?rev=605557&r1=605556&r2=605557&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-processor.xconf (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-processor.xconf Wed Dec 19 06:53:02 2007
@@ -15,28 +15,31 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- SVN $Id$ -->
+
+<!--
+  - $Id$
+  -->
 <components>
 
-  <!--+
-      | XSLT Processor
-      |
-      | 'incremental-processing' (only works with Xalan) allows the XSLT
-      | processor to start the output of the transformation as soon as possible.
-      | if set to false, the transforer waits until the end of the
-      | transformation to deliver the output.
-      | WARNING: * if you enable incremental-processing, you should be aware of
-      |            the following bug:
-      |            http://issues.apache.org/bugzilla/show_bug.cgi?id=13186
-      |          * incremental-processing creates an additional, non-pooled thread.
-      |          * using incremental-processing does not save memory, the input
-      |            tree will still be build completely.
-      |          * incremental processing is a 'static' thing in Xalan: if you
-      |            enable it on one xslt-processor, enable it on all.
-      +-->
-  <xslt-processor logger="core.xslt">
-     <parameter name="use-store" value="true"/>
-     <parameter name="incremental-processing" value="false"/>
+  <!--
+    - XSLT Processor
+    -
+    - 'incremental-processing' (only works with Xalan) allows the XSLT
+    - processor to start the output of the transformation as soon as possible.
+    - if set to false, the transforer waits until the end of the
+    - transformation to deliver the output.
+    - WARNING: * if you enable incremental-processing, you should be aware of
+    -            the following bug:
+    -            http://issues.apache.org/bugzilla/show_bug.cgi?id=13186
+    -          * incremental-processing creates an additional, non-pooled thread.
+    -          * using incremental-processing does not save memory, the input
+    -            tree will still be build completely.
+    -          * incremental processing is a 'static' thing in Xalan: if you
+    -            enable it on one xslt-processor, enable it on all.
+    -->
+  <xslt-processor>
+    <parameter name="use-store" value="true"/>
+    <parameter name="incremental-processing" value="false"/>
   </xslt-processor>
 
 </components>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf?rev=605557&r1=605556&r2=605557&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf Wed Dec 19 06:53:02 2007
@@ -15,21 +15,23 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- SVN $Id$ -->
+
+<!--
+  - $Id$
+  -->
 <components>
 
-  <!--+
-      | Saxon XSLT Processor
-      | For old (6.5.2) Saxon use:
-      |  <parameter name="transformer-factory" value="com.icl.saxon.TransformerFactoryImpl"/>
-      | For new (7+) Saxon use:
-      |  <parameter name="transformer-factory" value="net.sf.saxon.TransformerFactoryImpl"/>
-      <component logger="core.xslt"
-             role="org.apache.excalibur.xml.xslt.XSLTProcessor/saxon"
+  <!--
+    - Saxon XSLT Processor
+    - For old (6.5.2) Saxon use:
+    -  <parameter name="transformer-factory" value="com.icl.saxon.TransformerFactoryImpl"/>
+    - For new (7+) Saxon use:
+    -  <parameter name="transformer-factory" value="net.sf.saxon.TransformerFactoryImpl"/>
+  <component role="org.apache.excalibur.xml.xslt.XSLTProcessor/saxon"
              class="org.apache.cocoon.components.xslt.TraxProcessor">
-         <parameter name="use-store" value="true"/>
-         <parameter name="transformer-factory" value="com.icl.saxon.TransformerFactoryImpl"/>
-      </component>
-      +-->
+    <parameter name="use-store" value="true"/>
+    <parameter name="transformer-factory" value="com.icl.saxon.TransformerFactoryImpl"/>
+  </component>
+    -->
 
 </components>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xalan.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xalan.xconf?rev=605557&r1=605556&r2=605557&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xalan.xconf (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xalan.xconf Wed Dec 19 06:53:02 2007
@@ -15,14 +15,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- SVN $Id$ -->
+
+<!--
+  - $Id$
+  -->
 <components>
 
-  <!--+
-      | Xalan XSLT Processor
-      +-->
-  <component logger="core.xslt"
-             role="org.apache.excalibur.xml.xslt.XSLTProcessor/xalan"
+  <!--
+    - Xalan XSLT Processor
+    -->
+  <component role="org.apache.excalibur.xml.xslt.XSLTProcessor/xalan"
              class="org.apache.cocoon.components.xslt.TraxProcessor">
      <parameter name="use-store" value="true"/>
      <parameter name="incremental-processing" value="false"/>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xsltc.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xsltc.xconf?rev=605557&r1=605556&r2=605557&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xsltc.xconf (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/avalon/cocoon-core-xslt-xsltc.xconf Wed Dec 19 06:53:02 2007
@@ -15,19 +15,21 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- SVN $Id$ -->
+
+<!--
+  - $Id$
+  -->
 <components>
 
-  <!--+
-      | XSLT Processor using xsltc from Xalan
-      | For Interpreted Xalan use:
-      | <transformer-factory>org.apache.xalan.processor.TransformerFactoryImpl</transformer-factory>
-      +-->
-  <component logger="core.xslt"
-             role="org.apache.excalibur.xml.xslt.XSLTProcessor/xsltc"
+  <!--
+    - XSLT Processor using xsltc from Xalan
+    - For Interpreted Xalan use:
+    - <transformer-factory>org.apache.xalan.processor.TransformerFactoryImpl</transformer-factory>
+    -->
+  <component role="org.apache.excalibur.xml.xslt.XSLTProcessor/xsltc"
              class="org.apache.cocoon.components.xslt.TraxProcessor">
-     <parameter name="use-store" value="true"/>
-     <parameter name="transformer-factory" value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
+    <parameter name="use-store" value="true"/>
+    <parameter name="transformer-factory" value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
   </component>
 
 </components>