ovidiu 02/03/19 01:43:16 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/markup/xsp jpath.xsl Log: No longer assumes the flow control implementation is the Scheme SISC interpreter. It is now up to various interpreters to convert the data appropriately. Revision Changes Path 1.5 +1 -5 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/markup/xsp/jpath.xsl Index: jpath.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/markup/xsp/jpath.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jpath.xsl 11 Mar 2002 16:20:11 -0000 1.4 +++ jpath.xsl 19 Mar 2002 09:43:16 -0000 1.5 @@ -21,17 +21,13 @@ <xsp:include>org.apache.cocoon.environment.Environment</xsp:include> <xsp:include>org.apache.commons.jpath.JPath</xsp:include> <xsp:include>org.apache.commons.jpath.JPathContext</xsp:include> - <xsp:include>sisc.data.Value</xsp:include> - <xsp:include>sisc.modules.S2J</xsp:include> </xsp:structure> <xsp:logic> </xsp:logic> <xsp:init-page> - S2J.JavaObject sbean - = (S2J.JavaObject)((Environment)resolver).getAttribute("bean-dict"); - Object bean = sbean.jobj(); + Object bean = ((Environment)resolver).getAttribute("bean-dict"); JPathContext jpathContext = JPathContext.newContext(bean); </xsp:init-page>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]