Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: third_party/docbook-xsl-1.78.0/params/svg.embedding.mode.fo.xml

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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="svg.embedding.mode">
7 <refmeta>
8 <refentrytitle>svg.embedding.mode</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
10 <refmiscinfo class="other" otherclass="value">external-graphic</refmiscinfo>
11 <refmiscinfo class="other" otherclass="value">instream-foreign-object</refmiscin fo>
12 </refmeta>
13 <refnamediv>
14 <refname>svg.embedding.mode</refname>
15 <refpurpose>Specifies how inline SVG is processed</refpurpose>
16 </refnamediv>
17
18 <refsynopsisdiv>
19 <src:fragment xml:id="svg.embedding.mode.fo.frag">
20 <xsl:param name="svg.embedding.mode">instream-foreign-object</xsl:param>
21 </src:fragment>
22 </refsynopsisdiv>
23
24 <refsection><info><title>Description</title></info>
25
26 <para>This parameter specifies how inline SVG graphics
27 are embedded into the output document.</para>
28
29 <variablelist>
30 <varlistentry>
31 <term>inline</term>
32 <listitem>
33 <para>Content is copied over inline with its namespace.</para>
34 </listitem>
35 </varlistentry>
36 <varlistentry>
37 <term>external-graphic</term>
38 <listitem>
39 <para>Content is extracted into an externel file and referenced
40 by an <markup>external-graphic</markup> element.</para>
41 </listitem>
42 </varlistentry>
43 <varlistentry>
44 <term>instream-foreign-object</term>
45 <listitem>
46 <para>Content is copied over with its namespace inside an
47 <markup>instream-foreign-object</markup> element.</para>
48 </listitem>
49 </varlistentry>
50 </variablelist>
51
52 </refsection>
53 </refentry>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698