[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Creating a sequence from DSV strings


Subject: Re: [xsl] Creating a sequence from DSV strings
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 21 Oct 2010 19:36:04 +0200

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/


Current Thread