Hi to all,

I'm wondering what's wrong with a code like this in an xsp/xsl
stylesheet (both processing instructions are used):

<xsp:logic>
        String str = "foo";
</xsp:logic>
<xsl:variable name="var">
        <xsp:expr>str</xsp:expr>
</xsl:variable>

The xsp:expr-tag is completely ignored and the textual value "str"
assigned to the variable var.

Can anybody help?

I'm still using Cocoon 1.8.2.

Regards,
Markus.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to