svg.embedding.mode.fo.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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</refmiscinfo>
  12. </refmeta>
  13. <refnamediv>
  14. <refname>svg.embedding.mode</refname>
  15. <refpurpose>Specifies how inline SVG is processed</refpurpose>
  16. </refnamediv>
  17. <refsynopsisdiv>
  18. <src:fragment xml:id="svg.embedding.mode.fo.frag">
  19. <xsl:param name="svg.embedding.mode">instream-foreign-object</xsl:param>
  20. </src:fragment>
  21. </refsynopsisdiv>
  22. <refsection><info><title>Description</title></info>
  23. <para>This parameter specifies how inline SVG graphics
  24. are embedded into the output document.</para>
  25. <variablelist>
  26. <varlistentry>
  27. <term>inline</term>
  28. <listitem>
  29. <para>Content is copied over inline with its namespace.</para>
  30. </listitem>
  31. </varlistentry>
  32. <varlistentry>
  33. <term>external-graphic</term>
  34. <listitem>
  35. <para>Content is extracted into an externel file and referenced
  36. by an <markup>external-graphic</markup> element.</para>
  37. </listitem>
  38. </varlistentry>
  39. <varlistentry>
  40. <term>instream-foreign-object</term>
  41. <listitem>
  42. <para>Content is copied over with its namespace inside an
  43. <markup>instream-foreign-object</markup> element.</para>
  44. </listitem>
  45. </varlistentry>
  46. </variablelist>
  47. </refsection>
  48. </refentry>