Re: [xsl] String comparison

Subject: Re: [xsl] String comparison
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 13 Oct 2003 17:53:07 -0400
At 05:36 PM 10/13/2003, Brook wrote:
Try this:

<xsl:if test="$userid !=''">

Or even


<xsl:if test="$userid"> or test="string($userid)" in case $userid is a node-set or RTF.

Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


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



Current Thread