1<refentry id="html.base">
2<refmeta>
3<refentrytitle>html.base</refentrytitle>
4<refmiscinfo role="type">uri</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>html.base</refname>
8<refpurpose>An HTML base URI</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='html.base.frag'><xsl:param name="html.base"/></src:fragment>
13</refsynopsisdiv>
14
15<refsect1><title>Description</title>
16
17<para>If html.base is set, it is used for the <sgmltag>BASE</sgmltag>
18element in the <sgmltag>HEAD</sgmltag> of the HTML documents.
19This is useful for dynamically served HTML where the base URI needs
20to be shifted.</para>
21
22</refsect1>
23</refentry>
24