]> git.stg.codes - stg.git/blob - doc/xslt/params/use.embed.for.svg.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / use.embed.for.svg.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"
2           xmlns:xlink="http://www.w3.org/1999/xlink"
3           xmlns:xi="http://www.w3.org/2001/XInclude"
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6           version="5.0" xml:id="use.embed.for.svg">
7 <refmeta>
8 <refentrytitle>use.embed.for.svg</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>use.embed.for.svg</refname>
13 <refpurpose>Use HTML <tag>embed</tag> for SVG?</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="use.embed.for.svg.frag">
18 <xsl:param name="use.embed.for.svg" select="0"/>
19 </src:fragment>
20 </refsynopsisdiv>
21
22 <refsection><info><title>Description</title></info>
23
24 <para>If non-zero, an <tag>embed</tag> element will be created for
25 SVG figures. An <tag>object</tag> is <emphasis>always</emphasis> created,
26 this parameter merely controls whether or not an additional <tag>embed</tag>
27 is generated inside the <tag>object</tag>.</para>
28
29 <para>On the plus side, this may be more portable among browsers and plug-ins.
30 On the minus side, it isn't valid HTML.</para>
31
32 </refsection>
33 </refentry>