I want identical XPATH query to trhis SQL2 Query.
SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/abc/def]) and ([sling:resourceType] = 'geomatrixx/components/list' )
Is there any tool or link available through which i can convert sql2 query into xpath. or any tutorial if yes then please share the link
Below is the equilvalent XPath query.
Below are some of the mappings between xpath and sql2 queries respectively.Taken from http://docs.jboss.org/jbossdna/0.7/manuals/reference/html/jcr-query-and-search.html.
Thanks, Balaji