mml.embedding.mode.fo.xml 1.8 KB

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