I want to find nodes which DON'T have a child node which name is 'XXXX' in CRXDE Lite, Query Tool. What Xpath or SQL2 queries archive my goal?
- yasuo
Solved! Go to Solution.
Views
Replies
Total Likes
Here is a stackover flow thread for JCR query that may help -- you can get an idea of how use child nodes (in your case - exclude them).
Views
Replies
Total Likes
Here is a stackover flow thread for JCR query that may help -- you can get an idea of how use child nodes (in your case - exclude them).
Views
Replies
Total Likes
Specifying "nodes which has a child node which name is "xxx" is easy, but specifying "nodes which does not have a child node which name is "xxx" is hard for me.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies