xsl-list
[Top] [All Lists]

Re: String comparison

2003-10-13 14:53:07
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(_at_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>