rootid.xml #1

  • //
  • guest/
  • paul_allen/
  • p4convert/
  • docs/
  • _build/
  • docbook-xsl-ns-1.78.1/
  • params/
  • rootid.xml
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<refentry xmlns="http://docbook.org/ns/docbook"
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          version="5.0" xml:id="rootid">
<refmeta>
<refentrytitle>rootid</refentrytitle>
<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
</refmeta>
<refnamediv>
<refname>rootid</refname>
<refpurpose>Specify the root element to format</refpurpose>
</refnamediv>

<refsynopsisdiv>
<src:fragment xml:id="rootid.frag">
<xsl:param name="rootid" ></xsl:param></src:fragment>
</refsynopsisdiv>

<refsection><info><title>Description</title></info>

<para>If <parameter>rootid</parameter> is not empty, it must be the
value of an ID that occurs in the document being formatted. The entire
document will be loaded and parsed, but formatting will begin at the
element identified, rather than at the root. For example, this allows
you to process only <tag>chapter</tag> 4 of a <tag>book</tag>.</para>
<para>Because the entire document is available to the processor, automatic
numbering, cross references, and other dependencies are correctly
resolved.</para>

</refsection>
</refentry>
# Change User Description Committed
#1 10825 Paul Allen Branching using paul_allen.p4convert
//guest/perforce_software/p4convert/docs/_build/docbook-xsl-ns-1.78.1/params/rootid.xml
#1 10706 Paul Allen Add document '_build' files.