[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: javascript problem

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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.