[Home] [By Thread] [By Date] [Recent Entries]
> 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/
|

Cart



