You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/12/21 15:02:15 UTC

svn commit: r892826 - /cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Author: reinhard
Date: Mon Dec 21 14:02:14 2009
New Revision: 892826

URL: http://svn.apache.org/viewvc?rev=892826&view=rev
Log:
recent changes: XMLGenerator; XIncludeTransformer

Modified:
    cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml?rev=892826&r1=892825&r2=892826&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Mon Dec 21 14:02:14 2009
@@ -81,12 +81,16 @@
       </action>
       
       <action dev="reinhard" type="add">
-        [cocoon-sax] Add a SAXGenerator (constructors for File, InputStream, String, Node). It
-        is used with the pipeline API
+        [cocoon-sax] Add a XMLGenerator (constructors for File, InputStream, String, Node). It
+        is used with the pipeline API and merge it with the 'old' FileGenerator.
       </action>          
-      <action dev="reinhard" type="fix">
-        [cocoon-sax] Rename FileGenerator to URLGenerator which better describes what it really does.
+      <action dev="reinhard" type="add">
+        [cocoon-sax] Add factory methods to o.a.c.sax.component.XMLSerializer to create properly
+        configured serializers for XML, XHTML and HTML4.
       </action>          
+      <action dev="reinhard" type="add" issue="COCOON3-3" due-to="Simone Tripodi">
+        [cocoon-sax] Add an XIncludeTransformer.
+      </action>         
       <action dev="reinhard" type="add" issue="COCOON3-6" due-to="Simone Tripodi">
         [cocoon-sax] Enhance the reusability of the XSLTTransformer and support Xalan's XSLTC engine.
       </action>