Re: [xsl] javascript problem

Subject: Re: [xsl] javascript problem
From: "James Fuller" <james.fuller@xxxxxxxxxx>
Date: Thu, 18 Jul 2002 04:52:01 +0100
----- Original Message -----
From: "Paul Kelly" <pjkelly5@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, July 18, 2002 4:15 AM
Subject: [xsl] javascript problem


> My first post so please be gentle :) I looked all through the
> archives for an answer.
>
> Can someone please tell me why this script will not execute:
>
> <head>
> <xsl:copy-of select="document('meta')/meta" />
> <title><xsl:value-of select="page/@title"/></title>
> <script language="JavaScript">
> {
> document.write("&lt;link rel='stylesheet' href='css.css'
> type='text/css' /&gt;");
> }
> </script>
> </head>
>

I am completely confused u could always use
<script language="JavaScript">
<![CDATA[
document.write("&lt;link rel='stylesheet' href='css.css' type='text/css'
/&gt;");
]]>
</script>


here ye shall find the answer
http://www.dpawson.co.uk/xsl/sect4/N9745.html


chow,jim fuller


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


Current Thread