2008/6/16 Yonder <[EMAIL PROTECTED]>: > I'm weak in English, but afraid that mix is also allowed: > > mixin_opt ::= "mixin" | "mix" | "m"
Oh, sorry, you are right. Your cnd is valid. I was so used to line breaks in node type definitions that I thought it is required ;-) But the actual problem is the element() function: it only allows for primary node types in the second argument, not for mixins. So the query for the mixin ocm:file2 cannot find any node. See Section 6.6.4.13 "element() Node Test" in the JCR spec. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
