[Home] [By Thread] [By Date] [Recent Entries]
On 1/4/07, Georges Schmitz <georges.schmitz@xxxxxxxxx> wrote:
What is the "fastest" way to convert a sequence of text nodes into one single text node in XPath2.0? Use string-join() with a space for the separator value (or leave it empty) In XSLT 2.0 you can use <xsl:value-of> without a select eg <xsl:value-of> <xsl:text>foo</xsl:text> <xsl:text>bar</xsl:text> </xsl:value-of> ...will result in a sequence of length 1. In your example though, how would an attribute return a sequence of multiple text nodes?
|

Cart



