link.mailto.url.xml 977 B

1234567891011121314151617181920212223242526272829
  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="link.mailto.url">
  7. <refmeta>
  8. <refentrytitle>link.mailto.url</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>link.mailto.url</refname>
  13. <refpurpose>Mailto URL for the LINK REL=made HTML HEAD element</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="link.mailto.url.frag">
  17. <xsl:param name="link.mailto.url"></xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If not the empty string, this address will be used for the
  22. rel=made <literal>link</literal> element in the html <literal>head</literal>
  23. </para>
  24. </refsection>
  25. </refentry>