$mediaobject-grouped-by-type
$mediaobject-grouped-by-type — Are media grouped by type?
Parameter:
{}mediaobject-grouped-by-type
Defined in:
param.xsl
Used in:
param.xsl, modules/objects.xsl
Used by:
Since:
2.0.8
Synopsis
|$mediaobject-grouped-by-type as xs:string := 'false'
Description
If $mediaobject-grouped-by-type
is true,
an extra directory level is implicit in the input path. Images are grouped
by type, so image.png
is assumed to be in
$mediaobject-input-base-uri/png/image.png
.
The f:mediaobject-amend-uri()
function adds the type,
which is computed by f:mediaobject-type()
.