qanda.inherit.numeration.xml 1.1 KB

123456789101112131415161718192021222324252627282930
  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="qanda.inherit.numeration">
  7. <refmeta>
  8. <refentrytitle>qanda.inherit.numeration</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>qanda.inherit.numeration</refname>
  13. <refpurpose>Does enumeration of QandASet components inherit the numeration of parent elements?</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="qanda.inherit.numeration.frag">
  17. <xsl:param name="qanda.inherit.numeration" select="1"/>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If non-zero, numbered <tag>qandadiv</tag> elements and
  22. <tag>question</tag> and <tag>answer</tag> inherit the enumeration of
  23. the ancestors of the <tag>qandaset</tag>.
  24. </para>
  25. </refsection>
  26. </refentry>