Hi,
I've tried to execute simple query which selects nodes by assigned mix-in … but fail …
Here is my query (almost one-to-one copied from JSR-170 spec):
//element(*, {my.new.model}:imageClassification)
Where {my.new.model}:imageClassification is a mix-in name.
The result is an exception:
org.jaxen.saxpath.XPathSyntaxException: //element(*, {my.new.model}:imageClassification): 10: Expected node-type
However executing regular XPath query //{my.new.model}:imageClassification works fine.
Do I do something incorrectly or it means that JSR-170 XPath syntax is not supported in current Alfresco version?
If so… when it can be expected?
Thank you in advance
Max