diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/docbook/xsl/params/img.src.path.xml | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/params/img.src.path.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/img.src.path.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/img.src.path.xml b/kdoctools/docbook/xsl/params/img.src.path.xml new file mode 100644 index 000000000..a99b0ff0e --- /dev/null +++ b/kdoctools/docbook/xsl/params/img.src.path.xml @@ -0,0 +1,30 @@ +<refentry id="img.src.path"> +<refmeta> +<refentrytitle>img.src.path</refentrytitle> +<refmiscinfo role="type">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>img.src.path</refname> +<refpurpose>Path to HTML image files</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='img.src.path.frag'><xsl:param name="img.src.path"></xsl:param></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>Add a path prefix to each HTML +<sgmltag class="element">img</sgmltag> element's +<sgmltag class="attribute">src</sgmltag> attribute. +This path could relative to the directory where the HTML +files are created, or it could be an absolute URI. +The default value is empty. +Be sure to include a trailing slash if needed. +</para> +<para>This prefix is not applied to any filerefs that start +with "/" or contain "//:". +</para> + +</refsect1> +</refentry> |