You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/11/01 13:54:09 UTC

svn commit: r1195969 - /cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd

Author: simonetripodi
Date: Tue Nov  1 12:54:09 2011
New Revision: 1195969

URL: http://svn.apache.org/viewvc?rev=1195969&view=rev
Log:
added the element that allows plugging multiple pipeline components

Modified:
    cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd

Modified: cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd?rev=1195969&r1=1195968&r2=1195969&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd (original)
+++ cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd Tue Nov  1 12:54:09 2011
@@ -43,6 +43,11 @@
       <xsd:sequence>
         <!-- generator has to be the first element -->
         <xsd:element ref="generator"/>
+        <!-- follow pipeline components -->
+        <xsd:choice minOccurs="0" maxOccurs="unbounded">
+          <xsd:element ref="cleaning"/>
+          <xsd:element ref="i18n"/>
+        </xsd:choice>
         <!-- serializer has to be the last element -->
         <xsd:element ref="serializer"/>
       </xsd:sequence>