From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- .../docbook/docbook-xsl-1.76.1/params/rootid.xml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/rootid.xml (limited to 'src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/rootid.xml') diff --git a/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/rootid.xml b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/rootid.xml new file mode 100644 index 0000000..a0715af --- /dev/null +++ b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/rootid.xml @@ -0,0 +1,33 @@ + + +rootid +string + + +rootid +Specify the root element to format + + + + + + + +Description + +If rootid 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 chapter 4 of a book. +Because the entire document is available to the processor, automatic +numbering, cross references, and other dependencies are correctly +resolved. + + + -- cgit v1.2.3