xsl-list
[Top] [All Lists]

Re: [xsl] Defining variables as sequence of strings

2015-05-14 15:02:28
On Thu, May 14, 2015 at 11:25 AM, Dimitre Novatchev
<dnovatchev(_at_)gmail(_dot_)com> 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
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>