xsl-list
[Top] [All Lists]

Output "100%"

2005-11-11 05:55:29
Hi,

<xsl:text disable-output-escaping="no"><![CDATA[<table width="100%"
cellspacing="0" cellpadding="2">

leads to:

&lt;table width="100% cellspacing="0"
cellpadding="2"&gt;HURZEL&lt;/td&gt;
                 ^-- % seem to cause the trouble

whereas

<xsl:text disable-output-escaping="no"><![CDATA[<table cellspacing="0"
cellpadding="2">PURZ</td>]]></xsl:text>

leads to:

&lt;table cellspacing="0" cellpadding="2"&gt;PURZ&lt;/td&gt;

How can i use the % sign in this output (will be used in a
javascript-call)?

Regards,
Thomas.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>