f:mediaobject-input-base-uri
f:mediaobject-input-base-uri — Identify the input base URI for media.
Function:
{http://docbook.org/ns/docbook/functions}mediaobject-input-base-uri#1
Defined in:
modules/objects.xsl
Used in:
modules/objects.xsl
Synopsis
f:mediaobject-input-base-uri( | $node as element()) as xs:string |
Description
This value is calculated from the
$mediaobject-input-base-uri
parameter. If the
parameter is the empty string, then this value is the empty sequence. Otherwise,
this value is the absolute URI that results from resolving the value of the
$mediaobject-input-base-uri
parameter against
the base URI of the input document.
In previous versions of the stylesheet, this value was computed once as a global variable. It was changed to a function because of failures resolving the base URI of documents when using XSpec.