[xsl] Problem with jsp expression %>"

Subject: [xsl] Problem with jsp expression %>"
From: André Moniz <ei99041@xxxxxxxx>
Date: Tue, 23 Mar 2004 12:35:46 +0000
Hi
I have a problem related with a XSL that i have like this:
What i want to generate is this simple code for example.
..
followUp="<%=var%>"
..
and it always get like this
followUp="<%=var%>'


My XSL code is this... 

<xsl:text disable-output-escaping="yes">followUp="&lt;%=var%&gt;"/></xsl:text>

What is wrong? does anyone knows? If i put a space or a tab or something after 
my %&gt; it generate the " .. but i cannot do that in my code.
Can anyone tell me what is this problem?

Many thanks
Andri Moniz

Current Thread