You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Markus Reckwerth <ma...@koenemann.com> on 2001/08/16 18:07:27 UTC

transfering variable values from the java side to the xsl side

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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>