[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Getting values from nested XML tags


Subject: RE: [xsl] Getting values from nested XML tags
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 19 Feb 2003 18:19:35 -0000

> <xsl:for-each select="text()">
>    <xsl:value-of select="."/>
> </xsl:for-each>

I and several other people suggested the above.

We all missed the equivalent:

<xsl:copy-of select="text()"/>

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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



Current Thread