Hi,

My first query has no result :

*cts:search* ( *collection*(),
    *cts:and-query* ((
        *cts:path-range-query* ( "/root/node1/node11/[@do='delete']/@attb"
, "=", "paul" )
        , *cts:path-range-query* ( "/root/node2/id/" , "=", "123" )
    ))
)

However, there is a result as you can see with this second query :

*cts:search* ( *collection*(),
    *cts:and-query* ((
         *cts:path-range-query* ( "/root/node2/id/" , "=", "123" )
    ))
)/root/node1/node11/[@do='delete']/@attb
=> paul


Any Idea ?

Best regards !

-- 

*Pascal **CADET*
06 12 97 02 53
www.pressinnov.com
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to