xsl-list
[Top] [All Lists]

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

2014-10-30 05:52:16
yeah... I just saw it too.

cheers.

On Thu, Oct 30, 2014 at 9:53 AM, Martin Honnen 
martin(_dot_)honnen(_at_)gmx(_dot_)de <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

Ihe Onwuka ihe(_dot_)onwuka(_at_)gmail(_dot_)com 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')">


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