xsl-list
[Top] [All Lists]

Re: [xsl] values in sequence after tokenize

2006-07-11 07:59:07
Florent Georges wrote:

    ~/xslt/tests> saxon -it main analyse-string.xsl
    <line count="1">aa^</line>
    <line count="2">aaa^</line>
    <line count="3">aaa^</line>
    <non>^aa</non>

  Sorry, there was an error while copy/paste (really! 8-o).  The
correct output is:

    <line count="1">aa^aaa^</line>
    <line count="2">aaa^^</line>
    <non>aa</non>

  Precision: the position() is incremental between both matching and
non-matching substrings.

  Regards,

--drkm


























        

        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com

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