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

Subject: Re: XSLT: question re testing for possibly empty elements
From: Ralph Holz <ralph.holz@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Aug 2004 10:46:49 +0200
Hi,

<xsl:when test="anElement">
...
<xsl:otherwise>
...

That's supposed to be:


<xsl:when test="normalize-space(anElement)">

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