You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by pi...@apache.org on 2005/09/08 03:52:20 UTC

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

Author: pier
Date: Wed Sep  7 18:52:17 2005
New Revision: 279482

URL: http://svn.apache.org/viewcvs?rev=279482&view=rev
Log:
Noting changes in validation

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=279482&r1=279481&r2=279482&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Wed Sep  7 18:52:17 2005
@@ -200,7 +200,9 @@
       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 using (for now) RELAX-NG to validate documents while a pipeline is processed.
+       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