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
26 lines
594 B
XML
26 lines
594 B
XML
<refentry id="chunk.quietly">
|
|
<refmeta>
|
|
<refentrytitle>chunk.quietly</refentrytitle>
|
|
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>chunk.quietly</refname>
|
|
<refpurpose>Omit the chunked filename messages.</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='chunk.quietly.frag'>
|
|
<xsl:param name="chunk.quietly" select="0"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If zero (the default), the XSL processor emits a message naming
|
|
each separate chunk filename as it is being output.
|
|
If nonzero, then the messages are suppressed.
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|