> > Ah, OK. That could be interesting. > What if you could post to a (Json)QueryServlet URL, something like: > POST > http://localhost:8080/.query.json?statement=//*[sling:resourceType='myContentType > '] > ... with the fields > myprop=123 > anotherProp="new value" > ...etc > > The servlet would then run the query, and run the modifications on > each result node. >
This is exactly what I'm thinking about :-) I think we should have one servlet (or extension) / type of operation (delete props, rename prop, update value, ...).
