xsl-list
[Top] [All Lists]

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

2014-10-30 04:53:49
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>