Subject: Re: [xsl] Attribute "separator" of xsl:value-of in XSLT 2.0 From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Mon, 09 May 2011 13:07:00 +0200 |
Let us say that I have a subtree like
<author> <first>Priscilla</first> <last>Walmsley</last> </author>
Using Saxon HE 9-3-0-4j and assuming the current node is the parent of author, the result of
<xsl:value-of select="author" separator=" "/>
or
<xsl:value-of select="author" separator="' '"/>
is the same as
<xsl:value-of select="author"/>
that is, 'PriscillaWalmsley'.
PS In case this is not a totally stupid question, here is my complete example.
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Attribute "separator" of , Imsieke, Gerrit, le- | Thread | Re: [xsl] Attribute "separator" of , Andrew Welch |
Re: [xsl] Attribute "separator" of , Imsieke, Gerrit, le- | Date | Re: [xsl] Attribute "separator" of , Andrew Welch |
Month |