[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member