xsl-list
[Top] [All Lists]

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

2007-03-16 15:11:18
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/


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