html.base.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  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.base">
  7. <refmeta>
  8. <refentrytitle>html.base</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>html.base</refname>
  13. <refpurpose>An HTML base URI</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="html.base.frag">
  17. <xsl:param name="html.base"/></src:fragment>
  18. </refsynopsisdiv>
  19. <refsection><info><title>Description</title></info>
  20. <para>If html.base is set, it is used for the <tag>base</tag> element
  21. in the <tag>head</tag> of the html documents. The parameter specifies
  22. the base URL for all relative URLs in the document. This is useful
  23. for dynamically served html where the base URI needs to be
  24. shifted.</para>
  25. </refsection>
  26. </refentry>