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 2005/09/09 22:34:46 UTC

svn commit: r279872 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: vgritsenko
Date: Fri Sep  9 13:34:42 2005
New Revision: 279872

URL: http://svn.apache.org/viewcvs?rev=279872&view=rev
Log:
whitespace

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=279872&r1=279871&r2=279872&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Fri Sep  9 13:34:42 2005
@@ -214,13 +214,13 @@
       JXTG: jx:formatDate and jx:formatNumber allows for specifying locale string instead of a Locale object
     </action>
     <action dev="PF" type="add">
-       Added a new "validation" block abstracting the concept of XML validation and providing access to schemas
-       and validation tools from within Cocoon pipelines and/or Cocoon components. As of right now, the
-       "validation" block supports the RELAX-NG grammar using JING and the XML-Schema grammar using Xerces.
+      Added a new "validation" block abstracting the concept of XML validation and providing access to schemas
+      and validation tools from within Cocoon pipelines and/or Cocoon components. As of right now, the
+      "validation" block supports the RELAX-NG grammar using JING and the XML-Schema grammar using Xerces.
     </action>
     <action dev="SW" type="add">
-       Add a "cocoon.exit()" method to flowscript, which allows to exit the current flowscript invocation without
-       creating a continuation.
+      Add a "cocoon.exit()" method to flowscript, which allows to exit the current flowscript invocation without
+      creating a continuation.
     </action>
     <action dev="SW" type="fix" fixes-bug="35575" due-to="Jean-Baptiste Quenot" due-to-email="jbq@anyware-tech.com">
       XMLdb block: Don't rely on the sitemap components to stream the contents of a xmldb source.