RE: [xsl] Fwd: XSLT 2.0 Determining Position of Sequence Item During "for expression" evaluation

Subject: RE: [xsl] Fwd: XSLT 2.0 Determining Position of Sequence Item During "for expression" evaluation
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 16 Mar 2007 21:16:08 -0000
> I want to write a expression that does something like this...
> 
> takes a sequence like this
> 
> ("Page1","Page2","Page3")
> 
> and outputs
> 
> Page1 > Page2 > Page3
> 

string-join(("Page1","Page2","Page3"), ' > ')

Michael Kay
http://www.saxonica.com/

Current Thread