RE: eval tags and IE5

Subject: RE: eval tags and IE5
From: Siegfried Haag <Siegfried.Haag@xxxxxxxxxxxxxx>
Date: Wed, 11 Aug 1999 18:44:41 +0100
Hi,

the first question is:
when should the function be executed?
during transformation (xsl:eval)
or should it be a function that can be called
after generating html ? Then xsl:eval is not
the right way.

Siegfried Haag
SAG Systemhaus GmbH
Munich


-----Original Message-----
From:	John Gardner [SMTP:johng@xxxxxxxxxxxx]
Sent:	Mittwoch, 11. August 1999 14:34
To:	XSL-List@xxxxxxxxxxxxxxxx
Subject:	eval tags and IE5

Hi guys, 

You sorted out my problem last time so I thought I'd try you again :-)

Can anyone tell me if there are any issues around using the <eval> tag in 
IE5.

The reason I ask is that I've tried this:

<xsl:eval>
        alert("Hello World");
</xsl:eval>

Not a hugely earth shattering bit of code I grant you, but I think it 
should work nontheless :-)

here is the result:

Microsoft JScript runtime error Object expected line = 1, col = 0 (line is 
offset from the tag). Error returned from property or method call. 


Any ideas?

John


 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