What JCR query can I use to find nodes which don't have a child node which name is 'XXXX'? | Adobe Higher Education
Skip to main content
October 16, 2015
해결됨

What JCR query can I use to find nodes which don't have a child node which name is 'XXXX'?

  • October 16, 2015
  • 2 답변들
  • 1392 조회

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

이 주제는 답변이 닫혔습니다.
최고의 답변: smacdonald2008

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). 

http://stackoverflow.com/questions/15137322/jcr-sql2-fulltext-search-in-node-properties-and-all-child-nodes

2 답변

smacdonald2008
Level 10
October 16, 2015

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). 

http://stackoverflow.com/questions/15137322/jcr-sql2-fulltext-search-in-node-properties-and-all-child-nodes

yasuoo작성자
October 16, 2015

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.