- From: Richard Tobin <richard@inf.ed.ac.uk>
- Date: Tue, 24 Oct 2006 14:57:06 +0100 (BST)
- To: Alex Milowski <alex@milowski.org>, public-xml-processing-model-wg@w3.org
> 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