I would like to select the LATEST version of all elements in a directory based on the creation date otherwise select version 0. Does any one know if this can be achieved using the available config_spec syntax?
eg:
if (created_on >= 01-jan-2014)
element * /main/LATEST
else
element * /main/0