![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have been going through the Berkeley DB document on c++ API. I wish to know how I can implement XQuery functions like the following in cpp. Thanks in advance. Balaji. define function join(element $X, element $Y) returns element { let $items := (for $item in $Y where every $i in $X satisfies $i != $item return $item) return $X union $items } |
![]() |
| Thread Tools | |
| Display Modes | |
| |