Name
html.base — An HTML base URI
Synopsis
<xsl:param name="html.base"></xsl:param>
Description
If html.base is set, it is used for the BASE
element in the HEAD
of the HTML documents.
This is useful for dynamically served HTML where the base URI needs
to be shifted.