16 Aug
2011
16 Aug
'11
11:46 a.m.
Hi, I am using ClientSession and following xquery command: query.append(DECLARE_NAMESPACE_C); query.append("for $x in //c:object where $x/@oid=\"").append(oid).append("\" return $x"); cq = session.query(query.toString()); On 08/16/2011 11:35 AM, Christian GrĂ¼n wrote:
Hi Igor,
I store following xml: [...] ... and when I retrieve it, [...] How do you retrieve it? Christian