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
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<refentry id="profile.vendor">
|
|
<refmeta>
|
|
<refentrytitle>profile.vendor</refentrytitle>
|
|
<refmiscinfo role="type">string</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>profile.vendor</refname>
|
|
<refpurpose>Target profile for <sgmltag class="attribute">vendor</sgmltag>
|
|
attribute</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='profile.vendor.frag'>
|
|
<xsl:param name="profile.vendor" select="''"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>Value of this parameter specifies profiles which should be
|
|
included in the output. You can specify multiple profiles by
|
|
separating them by semicolon. You can change separator character by
|
|
<link linkend="profile.separator"><parameter>profile.separator</parameter></link>
|
|
parameter.</para>
|
|
|
|
<para>This parameter has effect only when you are using profiling
|
|
stylesheets (<filename>profile-docbook.xsl</filename>,
|
|
<filename>profile-chunk.xsl</filename>, …) instead of normal
|
|
ones (<filename>docbook.xsl</filename>,
|
|
<filename>chunk.xsl</filename>, …).</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|