vgritsenko 02/04/13 19:22:07
Modified: . changes.xml
src/webapp/docs/samples sample-dynamic.xml
Log:
xscript samples work now
Revision Changes Path
1.140 +4 -1 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- changes.xml 10 Apr 2002 12:56:55 -0000 1.139
+++ changes.xml 14 Apr 2002 02:22:07 -0000 1.140
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.139 2002/04/10 12:56:55 stefano Exp $
+ $Id: changes.xml,v 1.140 2002/04/14 02:22:07 vgritsenko Exp $
-->
<changes title="History of Changes">
@@ -35,6 +35,9 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="VG" type="fix">
+ XScript works now (and all XScript SOAP samples).
+ </action>
<action dev="SM" type="fix">
Fixed the use of roles in TraxTransformer which was incorrect. Now it sets
the factory explicitly in the XSLTProcessor component without using
1.8 +1 -3 xml-cocoon2/src/webapp/docs/samples/sample-dynamic.xml
Index: sample-dynamic.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/docs/samples/sample-dynamic.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sample-dynamic.xml 9 Feb 2002 06:21:57 -0000 1.7
+++ sample-dynamic.xml 14 Apr 2002 02:22:07 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- CVS: $Id: sample-dynamic.xml,v 1.7 2002/02/09 06:21:57 vgritsenko Exp $ -->
+<!-- CVS: $Id: sample-dynamic.xml,v 1.8 2002/04/14 02:22:07 vgritsenko Exp $ -->
<samples xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -57,7 +57,6 @@
Cocoon. It accesses a SOAP service that provides stock quotes
and displays the result.
</sample>
-<!-- FIX ME
<sample name="SOAP Sample 2" href="xscript/soap-getquote2">
This example uses an inline XSLT stylesheet and an
XScript transform instruction to extract the stock
@@ -68,7 +67,6 @@
logicsheets. This sample is very similar with
SOAP Sample 2, except that the stylesheet is defined in an external file.
</sample>
--->
</group>
<group name="Database Access">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]