The cwu accessor is used to set the current working URI within a DPML execution - normally
the URI of the DPML script is taken as the current working URI. All relative URIs are resolved
against the current working URI. This primitive operation is built into the DPML language.
cwu can be called with a canonical URI document using the curi: scheme for
dynamic assignment of the CWU.
If the operand is omitted then the CWU is set to null and no relative URIs can be resolved.
This can be useful when calling scripts that will determine their own CWU if one is not specified.