Fei Su
Fei Su

Reputation: 9

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

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?

Upvotes: 0

Views: 112

Answers (1)

Related Questions