f:mediaobject-href
f:mediaobject-href — Determines the URI for a media object.
Function:
{http://docbook.org/ns/docbook/functions}mediaobject-href#2
Defined in:
modules/objects.xsl
Used in:
modules/objects.xsl
Since:
2.0.0
Synopsis
f:mediaobject-href( | $node as element(), |
$uri as xs:string?) as xs:string? |
Description
This function is called for every media object that is rendered.
It must return the URI reference to be used for the actual object (the
value of the image src
attribute, for example).