Subject: Output "100%"
From: "Lensch, Thomas" <Lensch@xxxxxxxx>
Date: Fri, 11 Nov 2005 13:55:29 +0100
|
Hi,
<xsl:text disable-output-escaping="no"><![CDATA[<table width="100%"
cellspacing="0" cellpadding="2">
leads to:
<table width="100% cellspacing="0"
cellpadding="2">HURZEL</td>
^-- % seem to cause the trouble
whereas
<xsl:text disable-output-escaping="no"><![CDATA[<table cellspacing="0"
cellpadding="2">PURZ</td>]]></xsl:text>
leads to:
<table cellspacing="0" cellpadding="2">PURZ</td>
How can i use the % sign in this output (will be used in a
javascript-call)?
Regards,
Thomas.
|