xsl-list
[Top] [All Lists]

Re: Re: how to get string value of element node without children concatenated

2003-03-14 15:00:49
While I agree that restructing the xml is best, the easiest option, as given by Michael Kay the last time this question was asked, is

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

This not depend on what other templates you have in your stylesheet, it will always work, unlike <xsl:apply-templates select="text()"/>


Niko Matsakis

--
DataPower technology
http://www.datapower.com




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