e.g.,
<section anchor="intro" title="Introduction">
...
RFC 2629 Writing I-Ds and RFCs using XML June 1999
The "section" element is recursive -- each contains any number and
combination of "t", "figure", and "section" elements, e.g.,
<section title="The Middle">
...
<section title="The section Element">
...
<section title="The t Element">...
<section title="The list Element">...
<section title="The figure Element">...
<section title="The xref Element">...
<section title="The eref Element">...
<section title="The iref Element">...
2.3.1.1 The t Element
The "t" element contains any number and combination of paragraphs,
lists, and figures. If a cross-reference is needed to a section,
figure, or reference, the "xref" element (Section 2.3.1.4) is used;
similarly, if an external-reference is needed, the "eref" element
(Section 2.3.1.5) is used. Indexing of text is provided by the the
"iref" element (Section 2.3.1.6).
2.3.1.2 The list Element
The "list" element contains one or more items. Each item is a "t"
element, allowing for recursion, e.g.,
<list style="numbers">
The pfirst item.
The second item, which contains two bulleted sub-items:
<list style="symbols">
The first sub-item.
The second sub-item.
The "list" element has an optional attribute, "style", having the
value "numbers" (for numeric lists), "symbols" (for bulleted lists),
"hanging" (for hanging lists), or, "empty" (for indented text). If a
"list" element is nested, the default value is taken from its closest
parent; otherwise, the default value is "empty".
RFC 2629 Writing I-Ds and RFCs using XML June 1999
When nested within a "hanging list" element, the "t" element has an
optional attribute, "hangText" that specifies the text to be
inserted, e.g.,
<list style="hanging">
<t hangText="full2026:">indicating that the document is in
full conformance with all the provisions of Section 10 of RFC
2026;
<t hangText="noDerivativeWorks2026:">indicating that the
document is in full conformance with all the provisions of
Section 10 of RFC 2026 except that the right to produce
derivative works is not granted; or,
<t hangText="none:">indicating that the document is NOT
offered in accordance with Section 10 of RFC 2026, and the
author does not provide the IETF with any rights other than
to publish as an Internet-Draft.
2.3.1.3 The figure Element
=7= |