Re: [xsl] test if null

Subject: Re: [xsl] test if null
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 29 Jun 2005 14:54:51 -0400
At 08:42 PM 6/28/2005, Ragulf wrote:
<xsl:if test="node()">....</xsl:if>
does distinguish between <sample/> and all variations of <sample>....</sample>

... including <sample><!-- hey I'm here! --></sample>


which arguably isn't what the OP wants.

Back at the beginning of the thread, someone (DC I think) remarked that it hasn't yet been stated what the actual requirements are, how "empty" is to be defined in this instance. It still hasn't been (though the OP may long since have learned useful things) -- which is one reason why the thread continues.

Also, an aside -- I'm sure there's a reason why some people prefer "string-length(.)!=0" to "string()" (or more robustly, "normalize-space()") -- but I've never been able to guess what it could be.

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 ======================================================================

Current Thread