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

<xsl:eval> in IE5

Subject: <xsl:eval> in IE5
From: "Cote, Stephane" <scote@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 May 1999 10:31:07 -0700
getdate vbscript
Title: <xsl:eval> in IE5

Hi.

   Is it my impression but does <xsl:eval> hate _javascript_ and only like
VBScript in IE5.  If I'm wrong can someone please tell me.

Thanks.

This example does not work with _javascript_:
  <xsl:eval language="_javascript_">getdate()</xsl:eval>

  <xsl:script language="_javascript_">
        function getdate() {
                getdate=Now()
        }
  </xsl:script>


But this examlpe works fine with VBScript:
  <xsl:eval language="VBScript">getdate()</xsl:eval>

  <xsl:script language="VBScript">
        function getdate()
                getdate=Now()
        end function
  </xsl:script>


                       ,,                      Stephane DeCoeli Cote
                  `    >                     InterPro Expense System
  |||                 ~              |||    w (925) 730-3717
-|||=oOOo====oOOo=|||-
  |||          \  / || \  /         |||  
                 \/  ||  \/         
                     / \
                   ~  ~            

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.