I would like to use an environment variable in the href link of the xi:include
node of an XML file. Currently the Perl XInclude parser doesn't support any variables but only absolute paths. Is there a method where this can be overcome?
for example, my xi:include
node will look like this:
<xi:include href="$GLOBAL_ROOT/alternative.xml">
The path referred by $GLOBAL_ROOT
can be changed later by loading a different setting and still the parser should be able to look up in the respective location for the file.