How to pass a variable to XQuery using XQilla in C++

96 Views Asked by At

I am using XQilla to evaluate XQuery in C++.

In the XQuery, we define two variables: $metadataContent and $nuiContent.

Each variable maps to an XML document.

How can I pass the variable to XQuery from my C++ code, and then evaluate the query?

1

There are 1 best solutions below

1
Fei Su On BEST ANSWER