stefano 00/03/06 03:46:40
Modified: . changes.xml
Log:
fixed problem with with stylesheet reloading when multiple transformations are applied to
the same pipeline
Revision Changes Path
1.40 +5 -1 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- changes.xml 2000/03/04 02:34:57 1.39
+++ changes.xml 2000/03/06 11:46:39 1.40
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.39 2000/03/04 02:34:57 stefano Exp $
+ $Id: changes.xml,v 1.40 2000/03/06 11:46:39 stefano Exp $
-->
<changes title="History of Changes">
@@ -16,6 +16,10 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="SM" type="fix">
+ Fixed problem with stylesheet reloading when multiple transformations
+ are applied on the same pipeline.
+ </action>
<action dev="SM" type="add">
Passed request parameters to Xalan as stylesheet parameters.
</action>
|