From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- .../docbook-xsl-1.76.1/params/img.src.path.xml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/img.src.path.xml (limited to 'src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/img.src.path.xml') diff --git a/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/img.src.path.xml b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/img.src.path.xml new file mode 100644 index 0000000..d295019 --- /dev/null +++ b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/img.src.path.xml @@ -0,0 +1,40 @@ + + +img.src.path +string + + +img.src.path +Path to HTML/FO image files + + + + + + +Description + +Add a path prefix to the value of the fileref +attribute of graphic, inlinegraphic, 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 "//:". + + + + -- cgit v1.2.3