mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
f02ab0c58e
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@3890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
25 lines
726 B
XML
25 lines
726 B
XML
<refentry id="saxon.linenumbering">
|
|
<refmeta>
|
|
<refentrytitle>saxon.linenumbering</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>saxon.linenumbering</refname>
|
|
<refpurpose>Enable the line numbering extension</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='saxon.linenumbering.frag'><xsl:param name="saxon.linenumbering" select="'1'"/></src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If true, verbatim environments (elements that have the
|
|
format='linespecific' notation attribute: address, literallayout,
|
|
programlisting, screen, synopsis) that specify line numbering will
|
|
have, surprise, line numbers.
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|