Re: [xsl] Defining variables as sequence of strings

Subject: Re: [xsl] Defining variables as sequence of strings
From: "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 May 2015 20:02:23 -0000
On Thu, May 14, 2015 at 11:25 AM, Dimitre Novatchev
<dnovatchev@xxxxxxxxx> wrote:
>   <xsl:variable name="vSorted" as="xs:string*">
>      <xsl:perform-sort select="distinct-values($vTypes)">
>       <xsl:sort select="."/>
>      </xsl:perform-sort>
>      </xsl:variable>
>
>      <xsl:value-of select=
>       "$vSorted/concat('...Some other text (', ., ') More Text....')"
> separator="&#xD;&#xA;"/>

OK, looking at this, I don't think the / operator is allowed on a
sequence of strings -- it is allowed only on a sequence of nodes.

However I used XML-SPY -- the only XSLT 2.0 processor I have at work,
and it worked OK.


I will need to get back home and try using Saxon.


Sorry, I have been rather sleepy this morning.


-- 
Cheers,
Dimitre Novatchev

Current Thread