On Mon, 2013-04-01 at 13:36 -0400, Graydon Saunders wrote:
I'd like to be able to say something like
let $decisionSchema := concat(string-join(tokenize(get-query-path(),'/')[position() ne last()],'/'),'/decisions_schema.xsd')
only I can't figure out what get-query-path() is.
For many Query engines it won't be defined.
You could try constructing an element and asking for its base URI I suppose.
Liam