Hi Dimitar, Since collections are sequences, can I use [1] or [last()] to specify which one to delete? As per my requirement, I need to be able to delete older resources after some processing (data consolidation). Thanks for your help. Best regards, Anupam |
Am Freitag, 1. Juni 2012, 05:44:46 schrieb Anupam Bakshi: > Hello all, > I've gone thru the documentation but I can't find a way to delete one of > many resources located at the same path in a database. > So if I have : > > % list project1 > sample1.xml > sample1.xml > > Following command deletes both resources at the specified path. > % delete sample1.xml > > Is there a way to delete a specific resource, not all of them? Which one of them would you like to delete? Regards, Dimitar |