Subject: disable-output-escaping
From: "Charles Ohana" <cohana@xxxxxxxxxxxxxxx>
Date: Fri, 26 Mar 2004 11:57:33 -0500
|
Hello friends,
I'm trying to avoid to have & as output.
So I use <xsl:text disable-output-escaping='yes'>&nbsp;</xsl:text> .
I don't know if it's the right thing to do.
Is there a way to set it up only once in my stylesheet instead of using the
same expression every single time?
I'm trying to avoid to have & as output in my URI(s) (ie:
http://server/tmp.jsp?a=1&b=2)
Please help ...
|