Hi,
I am trying to fetch uris which has an element attribute value "F543-1094"
from list of documents in a DB as below:
cts:uris(
(),
(),
cts:element-attribute-value-query(xs:QName("ns:textValue"),xs:QName("attrValue"),("
F543-1094")))
But this did not give any results.
When I try using like this:
cts:uris(
(),
(),
cts:element-attribute-value-query(xs:QName("ns:textValue"),xs:QName("attrValue"),("
*F543-1094*")))
I got expected results.
I tried using 'case-insensitive',' punctuation-insensitive',
'whitespace-insensitive' in first query. But nothing worked out.
May be it is due to encoding/format issue?
I want to use the first query.
Can someone please suggest the right way.
Thanks in advance.
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general