Re: [xsl] Selecting text bisected by child nodes.

Subject: Re: [xsl] Selecting text bisected by child nodes.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 22 Apr 2003 21:55:50 +0100

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

value-of just gives you the string value of the ___first__ node in
the selected node set. You want all of them not just teh first, you want
copy-of.

David

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


Current Thread