xsl-list
[Top] [All Lists]

Re: check if a node is empty

2002-10-17 13:21:05
<xsl:if test="not(count(node)=0)">
</xsl:if>
 should help!

 Rao






From: jeremyf(_at_)isscorp(_dot_)com
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] check if a node is empty
Date: Thu, 17 Oct 2002 10:17:18 -0400

Hi all,
      I have done some preliminary research, but perhaps I am making this
harder than it is (or perhaps I have not asked the right questions of the
knowledge base)

Here is my problem:

I have an XML document that may contain nodes with no children

      <node>
      </node>

I need to test if this is the case in my XSL in order to output the correct
information

      <xsl:choose>
            <xsl:when test .... >
                  do some process here
            </xsl:when>
            <xsl:otherwise>
                  no process to do
            </xsl:otherwise>
      </xsl:choose>

I am sure it is simple so if someone could point me in the right direction
or give a bit of a clue I am very appreciative.

Thanks in advance

Jeremy



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


_________________________________________________________________
Get faster connections -- switch to MSN Internet Access! http://resourcecenter.msn.com/access/plans/default.asp


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



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