|
Subject: Re: [xsl] Ignoring a child element From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Thu, 07 Sep 2006 17:38:54 -0400 |
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
Cheers, Wendell
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Ignoring a child element, David Carlisle | Thread | Re: [xsl] Ignoring a child element, Wendell Piez |
| RE: [xsl] inline troubles, Wendell Piez | Date | RE: [xsl] Ignoring a child element, Michael Kay |
| Month |