mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@3890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
26 lines
704 B
XML
26 lines
704 B
XML
<refentry id="use.svg">
|
|
<refmeta>
|
|
<refentrytitle>use.svg</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>use.svg</refname>
|
|
<refpurpose>Allow SVG in the result tree?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='use.svg.frag'>
|
|
<xsl:param name="use.svg" select="1"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If non-zero, SVG will be considered an acceptable image format. SVG
|
|
is passed through to the result tree, so correct rendering of the resulting
|
|
diagram depends on the formatter (FO processor or web browser) that is used
|
|
to process the output from the stylesheet.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|