xsl-list
[Top] [All Lists]

Re: Selecting text bisected by child nodes.

2003-04-22 13:55:50


       <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