The library module import statement from the Example/xql/skin_select.xql doesn't work in my custom skin.
import module namespace LiveContent-Pub="www.xyenterprise.com/.../pub" at "../lib/pub.xql";
It returns the error message:
error found while loading module LiveContent-Pub: Module location hint URI '../lib/pub.xql does not refer to anything.
I call it with the url:
Using Livecontent 7.4.0.
I've tried all sorts of variations in the relative path pointing to the xql file, but haven't hit on one that works.
What is the base URI of the xql module that is being evaluated in this way?