Hi everyone, Is there a feature to get a "last modified" property of a resource (XMLResource) in Xindice? I haven't found it and presume that such functionality does not exist. The only "hack" to get the "last modified" property if you don't want to get the whole resource parsed is to store a parallel collection of resources holding just the date. My problem is - I have a bunch of XMLResources that get aggregated together through XSL transformations, which is time consuming. That is why I would like cache the aggregated xml's in a new "repository" collection and re-aggregate only if one of the resources that are aggregated is changed. That is why I need the "last modified" property, which, of course, could be stored in the very same xmlresource but that wouldn't be very efficient, would it? Is there any other work-around for that except of a new collection to store the date? Thanks for your help,
Alfredas
