Hi ,
I want to identify the uris which does not have the particular
element.Say, i want to get uris which does not have "id' element.
xml in db :
<employee>
<name>test</name>
<id>123</id>
</employee>
cts:uris(''",
(),
cts:not-query(cts:element-value-query(xs:QName("id"),"*"))
)
The above query pulls all the uris with and without "id" element.Please let
me know how to fix this.
Regards,
Priya.
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general