Re: [xsl] getting text nodes of subtree?

Subject: Re: [xsl] getting text nodes of subtree?
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Fri, 28 Jun 2002 11:08:26 +0000
Jakub,
<xsl:value-of select = "a"> would give you the content of the element <a>. This would be the text content of <a> text content of all the child elements of <a>..
The above get you aaa bbb ccc BBB AAA
Vasu



From: Jakub.Valenta@xxxxxxxx
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] getting text nodes of subtree?
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




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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



Current Thread