xsl-list
[Top] [All Lists]

Re: [xsl] Creating a sequence from DSV strings

2010-10-21 12:36:28
James Abley wrote:

        <!-- CSV list of article IDs which can be linked to -->
        <xsl:param name="article_ids" as="xs:string*" select="'392795'" />

        <xsl:variable name="article_id_list">

If you really want to use analyze-string (and not tokenize) and want the variable article_id_list to be sequence of strings then put
               as="xs:string*"
on the xsl:variable.


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>
--~--

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