Re: Feedback from DocEng 2006

> One use case that we talked about awhile ago and decided not to put in
> our V1 requirements and use case document was the example of following
> the "next" relation on an Atom feed.   This would require the ability to
> test for the existence of that element and continue to loop while it
> is found in the document.

Presumably you could write this using a recursive call to the
pipeline.  If there's a "next" link you append the result of calling
the pipeline on it to what you produce.  This might result in
N^2 processing though.

-- Richard

Received on Tuesday, 24 October 2006 13:57:37 UTC