Subject: Re: value-of select="." returning child node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Nov 2001 22:41:22 GMT
|
Hi,
How can I get an <xsl:value-of select="." /> to return only the value of the
current node and not it's child node as well?
Thanks
Lou
PS thanks for all the helpful answers to my previous questions
I think you asked the wrong question.
the expression you quote does, by definition, return the value of the
current node (only).
If you want the value of the text children of the current node
do <xsl:copy-of select="text()"/>
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
|