xsl-list
[Top] [All Lists]

Re: [xsl] unparsed-text and nodes by position

2009-12-25 09:27:23
Sorry, should be
       <xsl:for-each select="tokenize($datafile, '[\r\n]+')">

instead of

       <xsl:for-each select="tokenize(normalize-space($datafile), 
'[\s*\r\n]+')">

normalize-space is very 1.0ish...

Gerrit

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>