This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: javascript problem


----- Original Message -----
From: "Paul Kelly" <pjkelly5@rogers.com>
To: <xsl-list@lists.mulberrytech.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]