xsl-list
[Top] [All Lists]

RE: Getting values from nested XML tags

2003-02-19 11:19:35
<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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



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