img.src.path

img.src.path — Path to HTML/FO image files

Synopsis

<xsl:param name="img.src.path"></xsl:param>

Description

Add a path prefix to each HTML img or FO fo:external-graphic element's src attribute. This path could be relative to the directory where the HTML/FO files are created, or it could be an absolute URI. The default value is empty. Be sure to include a trailing slash if needed.

This prefix is not applied to any filerefs that start with "/" or contain "//:".