OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="html.longdesc.link"> | |
7 <refmeta> | |
8 <refentrytitle>html.longdesc.link</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>html.longdesc.link</refname> | |
13 <refpurpose>Should a link to the longdesc be included in the HTML?</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="html.longdesc.link.frag"> | |
18 <xsl:param name="html.longdesc.link" select="$html.longdesc"/> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>If non-zero, links will be created to the | |
25 HTML files created for the | |
26 <literal>longdesc</literal> attribute. It makes no | |
27 sense to enable this option without also enabling the | |
28 <parameter>html.longdesc</parameter> parameter.</para> | |
29 | |
30 <!-- | |
31 <para>The <literal>longdesc.link</literal> named template is called | |
32 to construct the link.</para> | |
33 Assumption. That this documentation is for the user, do they need to know | |
34 how it's done? | |
35 | |
36 --> | |
37 | |
38 </refsection> | |
39 </refentry> | |
OLD | NEW |