Re: [xsl] element values don't display with value-of

Subject: Re: [xsl] element values don't display with value-of
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Nov 2002 17:15:00 GMT
<xsl:for-each select="sources/source">
so now the current node is source
<xsl:value-of select="source" /> 
  and that is looking for source children of the current node, but
source elements don't have source children, you want
<xsl:value-of select="." /> 

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread