xsl-list
[Top] [All Lists]

Re: [xsl] Convert text nodes to a single string

2022-03-09 07:52:38

On 09.03.2022 14:43, rick(_at_)rickquatro(_dot_)com wrote:

Thank you Martin and Wendell.  I am incorporating this one:

normalize-space(string-join(text()))=''


In your example, with the input being  <root>This has <b>some
</b>text.</root> and your template matching "root", do you want to
select only the text node children (i.e. "This has " and "text.") or all
text node descendants (i.e. "This has ", "some ", and "text.")?
--~----------------------------------------------------------------
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>