Separator attribute identifies value placed between string value of each member of sequence
<x><xsl:value-of select="(1,2,3,4)" separator=" | "/></x>
<x>1 | 2 | 3 | 4</x>