|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Fwd: XSLT 2.0 Determining, John McGowan | Thread | Re: [xsl] Fwd: XSLT 2.0 Determining, John McGowan |
| RE: [xsl] Fwd: XSLT 2.0 Determining, Michael Kay | Date | Re: [xsl] Sequential numbers in pur, Dimitre Novatchev |
| Month |