--------------------------------------------------------------------------------Hi,I am going to run a DNR script but only for files that have certain extended attribute which is the path to primary DCT ex. Templating/Document is the attribue and content/category1 is the value.I only want to deploy files that have "content/category1" as the value for that attribute. There are other files in teh same directory as well but have different attributes, but these files shouldn't be involved when running the script.I know one way is to run the script and do a system command to get the attribute of the file and based on do the processing in the script, but how do you pass filename as a parameter in the xml deployment configuration.
Thanks,but how can you just deal with files that have a certain extended attribute because I couldn't find it in the manual. In the manual it just talks about how to filter certain files for deployment based on their names or extensions, but I want to know how to filter it based on extended attributes or is there a such a thing?