html.longdesc.link.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <refsynopsisdiv>
  16. <src:fragment xml:id="html.longdesc.link.frag">
  17. <xsl:param name="html.longdesc.link" select="$html.longdesc"/>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If non-zero, links will be created to the
  22. HTML files created for the
  23. <literal>longdesc</literal> attribute. It makes no
  24. sense to enable this option without also enabling the
  25. <parameter>html.longdesc</parameter> parameter.</para>
  26. <!--
  27. <para>The <literal>longdesc.link</literal> named template is called
  28. to construct the link.</para>
  29. Assumption. That this documentation is for the user, do they need to know
  30. how it's done?
  31. -->
  32. </refsection>
  33. </refentry>