Hi I am trying to find all files of a specific type (eg. *.html) from a subtree in the repository. Could not find any solutions in the forum. So far I have managed to list all files with the following xpath statement:
"TEMPLATES//*...@jcr:primaryType = 'nt:file']" I tried to use: fn:ends-with(@name, '.html') but jackrabbit complains that it does not support this function. Any ideas? best regards, Jacob -- View this message in context: http://www.nabble.com/XPath-query-problem-tp22924528p22924528.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
