perhaps these docs will help:
http://cocoon.apache.org/2.1/userdocs/xsp/logicsheet.html#Simple+XSP+Logicsheet+Example

-Christopher




[EMAIL PROTECTED]

12/01/2003 11:57 PM
Please respond to users

       
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        Logicsheet with code inside



Hi, I'd like to do logicsheet, it should just copy of input code. Example:

XSP script looks like:

<new_sheet:tag>
... java code, using other logicsheet, simply anything ...
</new_sheet:tag>

XSL logisheet define should look like (I thought):


<xsl:template match="new_sheet:tag">
 <xsp:content>
   <xsl:apply-templates/>
 </xsp:content>
</xsl:template>

or something like

<xsl:template match="new_sheet:tag">
 <xsl:copy>
   <xsl:apply-templates/>
 </xsl:copy>
</xsl:template>

But nothing of the above doesn't work correctly (mainly calling other
logicsheets, it seems). Do you know right way? Thanks a lot!

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



Reply via email to