Re: [xsl] Ignoring a child element

Subject: Re: [xsl] Ignoring a child element
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 07 Sep 2006 17:38:54 -0400
At 05:19 PM 9/7/2006, David wrote:
depends what you want to test

test="node()[not(self::TLStyle]"

would be false if there is any node (including comments or white space
etc)

test="text()[normalize-space(.)]"
tests if any child text node has non white content

etc

But that's the *easy* way to do it.


I showed you the *creative* way to do it. :-)

Cheers,
Wendell

Current Thread