RE:

Subject: RE:
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 4 Nov 1999 11:43:36 -0000
> How can I test to see if a element is NOT null?

Depends what you mean by null. It's not an official XML term. If you mean
"has no children",
try <xsl:if test="not(child::node())">

> > I have tried the following:
> > <xsl:if test="Discription $ne$ ''"<img 

$ne$ is a Microsoft invention. If you are using Microsoft XSL, ignore
everything you read on this list - it's a different language.

PS: is your element really called "Discription"? XSLT is not very tolerant
of spelling mistakes.

Mike Kay


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


Current Thread
  • RE:
    • Kay Michael - Thu, 4 Nov 1999 11:43:36 -0000 <=