[xsl] getting text nodes of subtree?

Subject: [xsl] getting text nodes of subtree?
From: Jakub.Valenta@xxxxxxxx
Date: Fri, 28 Jun 2002 13:29:37 +0300
Hi all,
how can I get string which contains text nodes of all children of given
element?

for example what will return

<a>
  aaa
  <b>
    bbb
    <c>
      ccc
    </c>
    BBB
  </b>
  AAA
</a>

aaabbbcccBBBAAA

br,

Jakub


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread