]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/default.float.class.xml
Evergreen Version Fix to reflect the new EG releases 2.0.10 and 1.6.1.9
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / default.float.class.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"\r
2           xmlns:xlink="http://www.w3.org/1999/xlink"\r
3           xmlns:xi="http://www.w3.org/2001/XInclude"\r
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
6           version="5.0" xml:id="default.float.class">\r
7 <refmeta>\r
8 <refentrytitle>default.float.class</refentrytitle>\r
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
10 </refmeta>\r
11 <refnamediv>\r
12 <refname>default.float.class</refname>\r
13 <refpurpose>Specifies the default float class</refpurpose>\r
14 </refnamediv>\r
15 \r
16 <refsynopsisdiv>\r
17 <src:fragment xml:id="default.float.class.frag">\r
18 <xsl:param name="default.float.class">\r
19   <xsl:choose>\r
20     <xsl:when test="contains($stylesheet.result.type,'html')">left</xsl:when>\r
21     <xsl:otherwise>before</xsl:otherwise>\r
22   </xsl:choose>\r
23 </xsl:param>\r
24 </src:fragment>\r
25 </refsynopsisdiv>\r
26 \r
27 <refsection><info><title>Description</title></info>\r
28 \r
29 <para>Selects the direction in which a float should be placed. for\r
30 xsl-fo this is before, for html it is left. For Western texts, the\r
31 before direction is the top of the page.</para>\r
32 \r
33 </refsection>\r
34 </refentry>\r