[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: test if null
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Tue, 28 Jun 2005 13:12:40 +0200
Hi,

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

If I am right, then this test would not be enough to check whether it
is an empty element, but Jay will have to test on node instead, that
is <xsl:if test="node()">...
(Or perhaps more <xsl:if test="*|text()">...)

Regards,
Ragulf Pickaxe :-)

> >
> >   3. <xsl:if test="not(count(*) = 0)"/>
> That is equivalent to
> <xsl:if test="*"/>
>
> David

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member