[Yanel-dev] using < > or & in imbedded javascript inside a XSL

Michael Wechner michael.wechner at wyona.com
Thu Jun 30 23:51:59 CEST 2011


Hi Balz

Have you tried

<xsl:comment><![CDATA[
....
]]></xsl:comment></script>

and inside the CDATA you should be able to use <,>,& etc.

Also what about including the Javascript via link, e.g.

<script type="text/javascript" src="{$yarep.back2realm}js/jquery.js" />

?

HTH

Michael

> hi,
>
> does anybody know how to use <, > or & in a javascript section inside 
> an XSL?
> - the mimetype of the resource output is set to text/html
> - I tried multiple things:
>
> <xsl:value-of select="'<'"/>
> <xsl:value-of select="'<'"/>
> <xsl:value-of select="'<'" disable-output-escaping="yes" />
>
> In the resulting HTML, it always renders < which is wrong in case 
> for the javascript.
>
> Any ideas?
>
> Thanks
> Cheers
> Balz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wyona.org/pipermail/yanel-development/attachments/20110630/35801aa1/attachment.html>


More information about the Yanel-development mailing list