xsl-list
[Top] [All Lists]

Re: [xsl] Split and Found unique values

2006-12-07 14:12:37
Either way I get the error:

'length is null or not an object'

do you know why?

---------- Initial Header -----------

From      : "Florent Georges" darkman_spam(_at_)yahoo(_dot_)fr
To          : xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Cc          : 
Date      : Thu, 7 Dec 2006 20:51:48 +0100 (CET)
Subject : Re: [xsl] Split and Found unique values







Michael Kay wrote:

  Hi

In 2.0 you want distinct-values(for $c in target:row return
tokenize(@Category, '-')).

  I didn't follow the context in details, but I guess you mean either:

    distinct-values(for $c in target:row return
                      tokenize($c/@Category, '-'))

or (I prefer this one):

    distinct-values(target:row/tokenize(@Category, '-'))

  Regards,

--drkm





















      

      
              
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes 
sur Yahoo! Questions/Réponses 
http://fr.answers.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>
--~--




------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada07dic06



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