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

Re: [xsl] regex stuff, last character being chomped


Subject: Re: [xsl] regex stuff, last character being chomped
From: "Ihe Onwuka ihe.onwuka@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Oct 2014 10:52:02 -0000

yeah... I just saw it too.

cheers.

On Thu, Oct 30, 2014 at 9:53 AM, Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Ihe Onwuka ihe.onwuka@xxxxxxxxx wrote:
>
>    <xsl:for-each
>> select="tokenize(unparsed-text('directors.list','iso-8859-1'),'.\n')">
>>
>
> Remove the dot
>
>  <xsl:for-each select="tokenize(unparsed-text('directors.list','iso-
> 8859-1'),'\n')">


Current Thread