xsl-list
[Top] [All Lists]

Re: test if null

2005-06-28 04:28:56

  I thought that select="*" did not process text() elements...?
  Am I wrong in this?

You are right.

  If I am right, then this test would not be enough to check whether it
  is an empty element,

True. I just stated (in the post to which you are replying) that
test="not(count(*) = 0) is equivalent (annd possibly inefficient)
version of test="*". I'd suggested testing with node() earlier.
 

  but Jay will have to test on node instead, that
  is <xsl:if test="node()">..

as was stated by many people at the beginning of the thread, so I'm not
sure why this thread has lasted so long.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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