Comma separated string parsing XSLT
        Posted  
        
            by contactkx
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by contactkx
        
        
        
        Published on 2010-05-17T14:58:06Z
        Indexed on 
            2010/05/17
            15:00 UTC
        
        
        Read the original article
        Hit count: 243
        
xslt
How can I loop through a Comma separated string which I am passing as a parameter in XSLT 1.0? Ex- 1,4,7,9
I need to loop the above UID parameter and collectd nodes from within each of the UID in my XML File
© Stack Overflow or respective owner