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?
Thanks,
Anupam
P.S. If you care to know why I need this - it is because I'm getting XML data on a frequent basis that will be stored in the database. Xquery will go in and consolidate the data based on the last few files. I will also need
to purge older files. I'm trying to figure out a way to do this. If someone can recommend a better plan of how this might work, I would appreciate it.