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

scripting and xsl

Subject: scripting and xsl
From: "Dipin Chellani" <dchellani@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 5 Apr 2002 16:58:06 -0500
dipin
Hi! All

I am trying to do some vbscript in xsl and i have written the code as
follows,


xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:output method="html" indent="yes"/>
<xsl:template name="Claimantmain" match="/">
<LINK REL="stylesheet" TYPE="text/css" HREF="sis.css"/>
<html>
<head>

<script language="VBScript" >
		<![CDATA[

		dim check

		function setCheck(n)

			check = n

		end function

		function getCheck()

			return check

		end function
		]]>
</script>
</head>

<body>


<td width="18%" class="labels" align="left" ><a><xsl:attribute
name="href">vbscript:SetCheck('ABA-004') </xsl:attribute><xsl:value-of
select= "ClaimantNumber"/></a></td>

</body>
</html>
.
.
.
.
</xsl:stylesheet>

This gives me an error that vbscript is not defined.

Can somebody help?

Thanks in advance

Dipin Chellani


________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

 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.