mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 11:06:08 +00:00
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@3890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
24 lines
630 B
XML
24 lines
630 B
XML
<refentry id="html.base">
|
|
<refmeta>
|
|
<refentrytitle>html.base</refentrytitle>
|
|
<refmiscinfo role="type">uri</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>html.base</refname>
|
|
<refpurpose>An HTML base URI</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='html.base.frag'><xsl:param name="html.base"/></src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If html.base is set, it is used for the <sgmltag>BASE</sgmltag>
|
|
element in the <sgmltag>HEAD</sgmltag> of the HTML documents.
|
|
This is useful for dynamically served HTML where the base URI needs
|
|
to be shifted.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|