hi,<div><br></div><div>does anybody know how to use <, > or & in a javascript section inside an XSL?</div><div>- the mimetype of the resource output is set to text/html</div><div>- I tried multiple things:</div><div>
<br></div><div><xsl:value-of select="'&lt;'"/></div><div><meta charset="utf-8"><xsl:value-of select="'<span class="Apple-style-span" style="color: rgb(56, 52, 255); font-family: Monaco; font-size: 11px; ">&#60;</span>'"/></div>
<div><xsl:value-of select="'&lt;'" disable-output-escaping="yes" /></div><div><br></div><div>In the resulting HTML, it always renders &lt; which is wrong in case for the javascript.</div>
<div><br></div><div>Any ideas?</div><div><br></div><div>Thanks</div><div>Cheers</div><div>Balz</div>