Hi ,
At some point in an xsp I want to include the
resultset from calling another xsp , just like it
is possible in xslt's:
<xsl:copy-of select="document('cocoon://someurl)/tagx"/>
<?xml version="1.0"?>
<xsp:page xmlns:xsp="http://apache.org/xsp">
<xsp:logic>
...
</xsp:logic>
...
<sometag>
<!-- Is there some construct LIKE this ???? -->
<xsp:copy select=document('cocoon://someurl)/tagx"/>
</sometag>
</xsp:page>
Rob
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]