From: Mauritz Jeanson Date: Sat, 1 Sep 2007 12:54:24 +0000 (+0000) Subject: Updated description of img.src.path. Bug #1785224 revealed that X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f7deb822caff61c5717e50f4bd8cf46cd7b18ae;p=docbook-dsssl Updated description of img.src.path. Bug #1785224 revealed that there was a risk of misunderstanding how it works. --- diff --git a/xsl/params/img.src.path.xml b/xsl/params/img.src.path.xml index c5368b612..a4ff538d1 100644 --- a/xsl/params/img.src.path.xml +++ b/xsl/params/img.src.path.xml @@ -19,15 +19,19 @@ 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 +Add a path prefix to the value of the fileref +attribute of graphic and imagedata elements. The resulting +compound path is used in the output as the value of the src +attribute of img (HTML) or external-graphic (FO). + + + +The path given by img.src.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 "//:".