~ubuntu-branches/ubuntu/natty/kde4libs/natty-proposed

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/img.src.path.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scott Kitterman
  • Date: 2011-01-21 11:32:24 UTC
  • mfrom: (1.14.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121113224-c9tebdkklj5u3awu
Tags: 4:4.6.0-0ubuntu1~ppa1
[ Jonathan Riddell ]
* New upstream release
* Reluctantly add kcm_ssl to kdelibs5-plugins, this should be in kdebase

[ Scott Kitterman ]
* Update libkatepartinterfaces4.symbols and libkdecore5.symbols for 4.5.95
  and confirm symbols on all architectures with pkgkde-symbolshelper
  - Thanks to Jonathan Thomas for verifying the missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="img.src.path">
2
 
<refmeta>
3
 
<refentrytitle>img.src.path</refentrytitle>
4
 
<refmiscinfo role="type">string</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>img.src.path</refname>
8
 
<refpurpose>Path to HTML image files</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>
12
 
<src:fragment id='img.src.path.frag'><xsl:param name="img.src.path"></xsl:param></src:fragment>
13
 
</refsynopsisdiv>
14
 
 
15
 
<refsect1><title>Description</title>
16
 
 
17
 
<para>Add a path prefix to each HTML
18
 
<sgmltag class="element">img</sgmltag> element's
19
 
<sgmltag class="attribute">src</sgmltag> attribute.
20
 
This path could relative to the directory where the HTML
21
 
files are created, or it could be an absolute URI.
22
 
The default value is empty.
23
 
Be sure to include a trailing slash if needed.
24
 
</para>
25
 
<para>This prefix is not applied to any filerefs that start
26
 
with "/" or contain "//:".
27
 
</para>
28
 
 
29
 
</refsect1>
30
 
</refentry>