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

RE: question about javascript and XSL

Subject: RE: question about javascript and XSL
From: "Sadasivakurup, Jiji L." <Jiji_Sadasivakurup@xxxxxxxxxxxxx>
Date: Tue, 7 May 2002 15:14:40 -0400
javascript with xsl
I think the issue is with the namespace. This worked for me. 

<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
	<html> 
	<body>
			<script language="Javascript">
			<![CDATA[
				if ( 1 < 1 )
				   {
					document.write("passed")
				   }
				else
				   {
					document.write("failed")
				   }
			]]>
			</script>
	</body> 
	</html> 
</xsl:template> 
</xsl:stylesheet>


-----Original Message-----
From: Simon Choy [mailto:Simon.Choy@xxxxxxxxxxxxxxxxxxxx]
Sent: Tuesday, May 07, 2002 2:12 PM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE:  question about javascript and XSL


Thank you for your reply

but I am using IE6 and I have installed MSXML3 and it is runing int the
replace mode

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Tuesday, May 07, 2002 11:02 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  question about javascript and XSL



> <html xmlns:xsl="http://www.w3.org/TR/WD-xsl">
                                       ^^^^^^^^

This list is for XSL but your are using the entirely different language
built into IE5. Your best course of action is to install MSXML3 or use IE6
so that you can use XSLT.

see http://www.netcrucible.com/xslt/msxml-faq.htm

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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

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

 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.