xsl-list
[Top] [All Lists]

RE: Javascript in XHTML output

2003-01-02 08:41:15
maybe this helps a little bit

<script language="JavaScript">
<xsl:comment><![CDATA[

function nuevo(){
        self.location="../..//servlet/Dispatcher?code=]]><xsl:value-of
select="@id"/><![CDATA[";
}

//]]></xsl:comment>
</script>


real happy new year for every nice person animal or vegetable
ani


-----Mensaje original-----
De: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]En nombre de 
Chris
Bowditch
Enviado el: jueves, 02 de enero de 2003 16:01
Para: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Asunto: [xsl] Javascript in XHTML output


Hi all,

I'm trying to generate XHTML that contains Java Script. I have tried using
<![CDATA[ blah blah ]]> to enclose the Java Script
This works but means the results of the transform are HTML rather than well
formed XHTML.

If I could get comments in the style sheet to be passed to the output then
placing the Java script inside the comment would give the desired result.
e.g.

<!--

java code
blah blah

-->

Unfortunately, comments in the style sheet seem to be ignored. I'm using
Xalan v2.4.1

Does any one else have any ideas on how to solve this problem?

Thanks,

Chris





_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months
http://join.msn.com/?page=dept/dialup


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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