Question about if statement in xsl file

Subject: Question about if statement in xsl file
From: "Paal Eriksen" <pserik@xxxxxxxxxxx>
Date: Mon, 03 Apr 2000 15:45:15 CEST
Is there a special syntax for if statement in xsl file? Example applyed work in a htm file. In xsl file get error in the if statement, saying expecting ')' in that particular line. If i replace the > with == then everything works fine. So question is why doesn't it like the > ?

Steven

Example

<script language="Javascript"><![CDATA[
Function {
 var xChoord;
 var yChoord;
 xChoord=window.event.clientX;
 yChoord=window.event.clientY;
 if (yChoord>90) {

 .... Do something ... }
}
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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



Current Thread