xsl-list
[Top] [All Lists]

Re: [xsl] Attribute "separator" of xsl:value-of in XSLT 2.0

2011-05-09 06:13:47
<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'.

There is white space before the "first" element, between the "first" and the
"last" element and after the "last" element, I would expect that to be
output as well with <xsl:value-of select="author"/>.

...only if the default stripping of whitespace only nodes was changed
to preserve - right?



-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--