Re: A Strange Viewport

> The contained step 'a' should be executed as many times as there
> are 'x' subtrees but it doesn't use as input anything in the
> viewport and doesn't contribute to the viewport's output.

I am reminded of the hack used in XSLT 1 to do something ten times:
get a node-set with 10 nodes in it - (//node())[position() < 10] 
perhaps - and do a for-each on them.

I don't think we should ban it, but perhaps we should provide some
other simple iteration construct.

-- Richard

Received on Tuesday, 3 October 2006 13:41:21 UTC