|
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("<link rel='stylesheet' href='css.css'
> type='text/css' />");
> }
> </script>
> </head>
>
I am completely confused u could always use
<script language="JavaScript">
<![CDATA[
document.write("<link rel='stylesheet' href='css.css' type='text/css'
/>");
]]>
</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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] javascript problem, Paul Kelly | Thread | RE: [xsl] javascript problem, Michael Kay |
| [xsl] javascript problem, Paul Kelly | Date | [xsl] Including an external xml sou, Dan Henke |
| Month |