Re: EXSLT str:split() and evaluation context

Michael Ludwig <[email protected]> Fri, 5 Oct 2007 21:11:47 +0000
Newsgroups gmane.text.xml.xslt.extensions
Message-ID <20071005211147.GA356@wladimir>
James Fuller schrieb am 30.09.2007 um 17:46:06 (+0200):
> without looking to closely,
> 
> 
> On 9/24/07, Michael Ludwig <[email protected]> wrote:
> 
> >       <xsl:for-each select="str:split('1 3')">
> 
> str:split takes 2 arguments
> 
> http://www.exslt.org/str/functions/split/str.split.html
> 
> check that you are using this as intended first.

I am. When omitted, the second parameter defaults to a single space.

Michael