[Bug 27258] [XSLT30] ambiguities in text in spec on @item-separator

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27258

--- Comment #3 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
Maybe a silly comment, but would item-separator kick in with CVTs? I.e.:

<xsl:result-document item-separator=" ">
   <xsl:text expand-text="yes">{1 to 5}</xsl:text>
</xsl:result-document>

Would the output be: 1 2 3 4 5
or: 12345

(without trying to find it in the spec, I have to confess I am not even sure
whether a CVT works the same as xsl:value-of, where the default separator is "
" (space))

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 1 December 2014 13:41:15 UTC