On 12/13/06, Garrett Rooney <[EMAIL PROTECTED]> wrote:
So, I'm playing around with a servlet filter that strips out entries
that are older than a certain date, and I finally get to the point
where I want to actually write the code to do that, and I notice that
we don't actually have a way to remove an entry from a feed.  Any
objection to the following patch that adds a removeEntry() element to
Feed?

Note that it might also make sense to just have a generic
Element.removeChild(Element e) type thing.  This could easily be
reworked into something like that.

-garrett

Reply via email to