Introductions

The INT book and its divisions can be used for storing introductory material related to the various book groupings within a scripture publication. This material has also been referred to as “mid-matter”.

General

Use the following elements (or other appropriate USX elements and <para> or <char> @style types, as required) to create introduction content for specific divisions.

Text Samples

<?xml version="1.0" encoding="utf-8"?>
<usx version="3.0">
    <book code="INT" style="id" />
    <periph alt="Old testament Introduction" id="intot">
        <para style="mt1">Introduction to the Old Testament</para>
        <para style="p">The Old Testament is a record of Israel's experience of what God is like
            and what the people who worship God should be like. It proclaims the LORD God as the
            creator of the world and it tells how God blesses people and establishes relations with
            people through special agreements called covenants.
        </para>
        ...
    </periph>
</usx>
<?xml version="1.0" encoding="utf-8"?>
<usx version="3.0">
    <book code="INT" style="id" />
    <periph alt="Pentateuch Introduction" id="intpent">
        <para style="mt1">The Pentateuch</para>
        <para style="p">“Pentateuch” is a term that means “five scrolls (books)” and is used to
            describe the five books that are positioned at the beginning of both Jewish and
            Christian Bibles.
        </para>
        ...
    </periph>
</usx>
<?xml version="1.0" encoding="utf-8"?>
<usx version="3.0">
    <book code="INT" style="id" />
    <periph alt="New Testament Introduction" id="intnt">
        <para style="mt1">Introduction to the New Testament</para>
        <para style="p">The books of the New Testament were written by the followers of
            Jesus Christ...
        </para>
        ...
    </periph>
</usx>
<?xml version="1.0" encoding="utf-8"?>
<usx version="3.0">
    <book code="INT" style="id" />
    <periph alt="Gospels Introduction" id="intgospels">
        <para style="mt1">Gospels and Acts</para>
        <para style="p">...</para>
        ...
    </periph>
</usx>