<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Balz<br>
    <br>
    Have you tried <br>
    <br>
    <xsl:comment><![CDATA[<br>
    ....<br>
    ]]></xsl:comment></script><br>
    <br>
    and inside the CDATA you should be able to use <,>,& etc.<br>
    <br>
    Also what about including the Javascript via link, e.g.<br>
    <br>
    <script type="text/javascript"
    src="{$yarep.back2realm}js/jquery.js" /><br>
    <br>
    ?<br>
    <br>
    HTH<br>
    <br>
    Michael<br>
    <br>
    <blockquote
      cite="mid:BANLkTikX2V=pNJUh6GcK5qUxcTXmEzwD7g@mail.gmail.com"
      type="cite">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>
      <pre wrap=""></pre>
    </blockquote>
    <br>
  </body>
</html>