Subject: Re: Fwd: XSLT 2.0 Determining Position of Sequence Item During "for expression" evaluation
From: "John McGowan" <john@xxxxxxxxxxx>
Date: Fri, 16 Mar 2007 21:47:11 -0500
|
On 3/16/07, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
for $cnt in count( $pages )
return
(
( for $cnt2 in $cnt,
$p in 1 to $cnt2 - 1
return
($pages[$p], '>')
),
$pages[$cnt]
)
Thanks Dimitre! That works. I'll remember that nesting approach in the future.
However, string-join is just too easy to pass up. :)
--
John McGowan
Seven A C Consulting, Inc.
| Current Thread |
|
Michael Kay - 16 Mar 2007 22:10:40 -0000
|
|