xsl-list
[Top] [All Lists]

Re: [xsl] Ignoring a child element

2006-09-07 14:19:51

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


--~------------------------------------------------------------------
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>