robf wrote:
> At some point in an xsp I want to include the resultset from calling
> another xsp, just like it is possible in xslt's

This should work:

<xsp:page language="java"
        xmlns:xsp="http://apache.org/xsp";
        xmlns:util="http://apache.org/xsp/util/2.0";>
.
.
.
<util:get-source>
  <util:href>cocoon://someurl?<esql:get-string column="XYZ"/>/tagx</util:href>
</util:get-source>


The util logicsheet has a few useful functions, but I don't think it's
well documented.  You can look at the sources though (look for util.xsl)


Tobia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to