xsl-list
[Top] [All Lists]

Re: [xsl] Determine if an element with descents has complete empty text content

2016-10-02 07:56:51
If you are in a context where it makes sense to do
<xsl:strip-space elements="*"/> <!-- or whatever instead of * -->
then

empty(.//text())

is enough

David



On 2 October 2016 at 13:15, Eliot Kimber ekimber(_at_)contrext(_dot_)com
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
I've inherited some code that has this type of check to determine if an
element with arbitrary possible subelements has completely empty text
content:

normalize-space(string-join($context//text(), '')) != ''

In XSLT 2 I'm pretty sure there's a simpler and/or more efficient way to
do this.


Is there a better way to do this and if so, what is it?

Thanks,

Eliot
--
Eliot Kimber
http://contrext.com





--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>