You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Schmitt, Christian" <Ch...@Dresdner-Bank.com> on 2001/02/20 11:44:51 UTC

[C2] Missing import in xsp.xsl ?!

Hi,
I just installed a fresh CVS of C2, and ran the examples. One of them (the
Dynamic Content - ESQL) does not work, due to a missing import of
org.apache.cocoon.components.language.markup.xsp.XSPUtil

Below is a diff for xsp.xsl which solves this.


Cheers,
Christian Schmitt



Index: xsp.xsl
===================================================================
RCS file:
/home/cvspublic/xml-cocoon/src/org/apache/cocoon/components/language/markup/
xsp/java/Attic/xsp.xsl,v
retrieving revision 1.1.2.22
diff -u -r1.1.2.22 xsp.xsl
--- xsp.xsl	2001/01/22 21:55:34	1.1.2.22
+++ xsp.xsl	2001/02/20 10:39:44
@@ -54,6 +54,7 @@
     import
org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper;
     import
org.apache.cocoon.components.language.markup.xsp.XSPRequestHelper;
     import
org.apache.cocoon.components.language.markup.xsp.XSPResponseHelper;
+    import org.apache.cocoon.components.language.markup.xsp.XSPUtil;
 
 
     /* User Imports */