transfering variable values from the java side to the xsl side

2001-08-16 Thread Markus Reckwerth
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:exprstr/xsp:expr /xsl:variable The xsp:expr-tag is completely ignored and the textual

Re: transfering variable values from the java side to the xsl side

2001-08-16 Thread Christopher Painter-Wakefield
] To: [EMAIL PROTECTED] cc: Subject: 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