Hello,

I'm wondering if it is at all possible to an external variable to a query when it is being executed via the RUN command?  e.g.

    RUN /queries/country.xq

Which has (condensed for brevity)

    declare variable $country_code external;
    //iati-activity/recipient-country[@code='{ $country_code }']/

Is this possible when calling from a client?

James