From 7aece6bb93a860a94263870e08fa0a69113bdda9 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 4 Jul 2007 18:09:36 +0000 Subject: [PATCH] Added doc for the dbhtml img.src.path PI. --- xsl/html/pi.xsl | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index ae1f4868c..2f8216557 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -92,7 +92,7 @@ - + Specifies a filename for a chunk When chunking output, use the dbhtml filename @@ -130,9 +130,43 @@ + + Specifies a path to the location of an image file + + Use the dbhtml img.src.path PI before or + after an image (graphic, + inlinegraphic, imagedata, or + videodata element) as a sibling to the element, + to specify a path to the location of the image; in HTML + output, the value specified for the + img.src.path attribute is prepended to the + filename. + + + dbhtml img.src.path="path" + + + + img.src.path="path" + + Specifies the pathname to prepend to the name of the image file + + + + + + img.src.path + + + Using fileref section in Bob Stayton’s book + DocBook + XSL: The Complete Guide + + - -- 2.40.0