Editorial Guidelines

TEI/XML Encoding and Editorial Standards

1. About This Edition

The Chamberlain Letters is a digital scholarly edition of the letters of John Chamberlain (1553–1628) to Dudley Carleton (1573–1632), encoded in the TEI (Text Encoding Initiative) P5 standard and published openly at earlymodernletters.org. Whether you are a researcher reading the letters, a student exploring early modern networks, or a contributor helping to encode new material, this guide explains how the project is organized and how editorial decisions are made.

Our aim is a consistent, accurate, and accessible archive of Chamberlain's correspondence — freely available to the public and usable by future generations of researchers. The edition prioritizes readability over diplomatic transcription. We follow TEI-P5 standards and preserve historical accuracy, but we editorially introduce paragraph breaks and suppress original lineation (such as printed line breaks or page breaks in the McClure edition) to improve accessibility for modern readers.

2. How the Site Works

Each letter is stored as a TEI-XML file and rendered in the browser using CETEIcean, a JavaScript library that converts TEI elements into custom HTML5 elements for display. The site has two main reference sections linked from the navigation:

In the letter view, inline notes appear as superscript numbers in the text. These notes derive from Norman Egbert McClure's editorial footnotes to the 1939 print edition, supplemented or adapted by the project editor.

3. Source Text and Relationship to McClure

The transcriptions in this edition follow the text as established by Norman Egbert McClure in The Letters of John Chamberlain, 2 vols. (Philadelphia: American Philosophical Society, 1939). McClure's edition is based on the original manuscripts in the State Papers Domestic (series SP 14 and SP 15) held at The National Archives, Kew. Where his text is followed, the <sourceDesc> in each letter's <teiHeader> cites McClure as the source, with volume and page numbers.

Notes in this edition are adapted from McClure's footnotes. We adapt rather than copy his wording, but we reproduce his archival citations (e.g., references to A.P.C., Cal. S.P. Dom., A.P.C.) as they appear in his text. The project editor may also add original notes where additional context is useful or where McClure's notes are insufficient.

The catalogue reference for each letter's original manuscript (e.g., S. P. Dom., Eliz., cclxviii, 71) is not currently encoded in the XML but appears in McClure's headings. Future versions of this edition may incorporate these archive references into the <sourceDesc>.

4. Letter File Structure

Every letter file is a TEI-XML document with the same three-part structure: <front>, <body>, and <back>. Use the official project template as your starting point.

Front matter (<front>)

The <front> contains a <div type="letter-meta"> with the date, place of writing, and a <correspDesc> block identifying sender and recipient:

<front>
  <div type="letter-meta">
    <head>Letter Metadata</head>
    <p><date when="1598-10-03">3 October 1598</date></p>
    <p><placeName ref="#london">London</placeName></p>
    <p><correspDesc>
      <correspAction type="sent">
        <persName ref="#chamberlain-john">John Chamberlain</persName>
        <date when="1598-10-03"/>
        <placeName ref="#london">London</placeName>
      </correspAction>
      <correspAction type="received">
        <persName ref="#carleton-dudley">Dudley Carleton</persName>
        <placeName ref="#ostend">Ostend</placeName>
      </correspAction>
    </correspDesc></p>
  </div>
</front>

Body (<body>)

The body contains a <div type="letter-text"> with the transcribed letter. Use <opener> if the letter begins with a salutation (e.g., "Goode Master Carleton,"). Use <closer> at the end of the main text, which should contain a <dateline> and <signed>. If the letter has a postscript or address panel, encode it in a <postscript> element after <closer>:

<body>
  <div type="letter-text">
    <opener>Goode Master Carleton,</opener>
    <p>...</p>
    <p>...</p>
    <closer>
      <dateline>London this <date when="1598-10-03">third of October 1598</date>.</dateline>
      <signed>Yours most assuredly,
        <persName ref="#chamberlain-john">JOHN CHAMBERLAIN</persName>.</signed>
    </closer>
    <postscript>
      <p>To my very goode frend Master
        <persName ref="#carleton-dudley">Dudley Carleton</persName> ...</p>
    </postscript>
  </div>
</body>

Note: Chamberlain's address panels ("To my very goode frend...") are encoded as <postscript> because TEI does not provide a dedicated address-panel element within the letter body.

Back matter (<back>)

The <back> contains a <div type="editor-note"> with a short prose summary contextualizing the letter for general readers. This is not a list of notes — it is a narrative paragraph summarizing the letter's main topics and supplying historical context that a non-specialist reader would find useful:

<back>
  <div type="editor-note">
    <head>Editor's Note</head>
    <p>Summarize the letter's main topics and provide useful historical context.</p>
  </div>
</back>

5. The TEI Header

Every letter file begins with a <teiHeader> containing bibliographic metadata. The <titleStmt> identifies the letter and names the contributor(s); the <sourceDesc> cites the McClure edition with volume and page numbers:

<teiHeader>
  <fileDesc>
    <titleStmt>
      <title>Letter from John Chamberlain to Dudley Carleton, 3 October 1598</title>
      <respStmt>
        <resp>Editor</resp>
        <name>Your Name Here</name>
      </respStmt>
    </titleStmt>
    <publicationStmt>
      <p>Published digitally at earlymodernletters.org. Licensed under CC BY 4.0.</p>
    </publicationStmt>
    <sourceDesc>
      <bibl>
        <title>The Letters of John Chamberlain</title>
        <editor>Norman Egbert McClure</editor>
        <pubPlace>Philadelphia</pubPlace>
        <publisher>American Philosophical Society</publisher>
        <date when="1939">1939</date>
        <biblScope unit="volume">1</biblScope>
        <biblScope unit="page">46–48</biblScope>
      </bibl>
    </sourceDesc>
  </fileDesc>
</teiHeader>

Page numbers (<biblScope unit="page">) refer to the pages in the McClure edition on which the letter appears. Use an en dash (–) for ranges.

6. Spelling and Punctuation

7. Paragraph Structure

Chamberlain's letters as printed in McClure often run as continuous prose with minimal paragraphing. For readability, the project editorially introduces paragraph breaks at natural thematic transitions. Each <p> should contain a coherent unit of thought — a distinct topic, piece of news, or line of argument. Avoid paragraphs shorter than two sentences unless the original structure clearly demands it. Longer letters may have eight or more paragraphs; shorter letters may have as few as two or three. Let the content guide the structure rather than imposing arbitrary breaks.

8. Tagging Names, Places, and Organizations

9. Tagging Frequency and Honorific References

Tag every occurrence of a named individual, place, or organization throughout the letter — in the body text, in the <closer>, in the <postscript>, and inside notes. Do not tag only the first mention.

Chamberlain frequently refers to people by title or honorific rather than by name. Tag these references just as you would a proper name:

When it is unclear which individual a pronoun or honorific refers to, use your best judgment and explain the identification in an inline <note>.

Do not tag generic or collective references that do not point to a specific, identifiable entity (e.g., "the rebells," "the Spaniards," "some say"). Only tag when a specific person, place, or body can be identified.

10. Notes

All notes — whether derived from McClure's footnotes or added by the project editor — are encoded as plain <note> elements placed immediately after the tagged name or phrase they annotate, without a place attribute:

<persName ref="#stanhope-john">Sir John Stanhop</persName><note>Treasurer of the
Chamber; appointed Vice-Chamberlain in February 1601.</note>

This renders inline as a superscript number when displayed via CETEIcean. Do not use place="foot": that attribute triggers a block-level CSS display rule that breaks text flow and inserts unwanted line breaks in the rendered letter.

11. Works Cited in Letters

12. ID Naming Conventions

All IDs are lowercase kebab-case strings. Follow these patterns:

IDs must be unique within their respective reference file. If two people share a surname and first name, disambiguate with a middle name, title, or birth year: e.g., carew-george-clopton.

13. Adding Entries to the Reference Files

When you tag a new person, place, or organization not yet in the project's reference files, you must also add an entry to the corresponding JavaScript data file (people.js, places.js, or orgs.js). Each entry requires specific fields.

People (people.js)

{
  "id": "carleton-dudley",
  "name": "Dudley Carleton, first Viscount Dorchester",
  "shortBio": "Diplomat and Chamberlain's primary correspondent. Served with the English forces at Ostend 1597–1598; later ambassador to Venice, The Hague, and Paris.",
  "letters": [1, 2, 3, 4],
  "externalLinks": {
    "wikipedia": "https://en.wikipedia.org/wiki/Dudley_Carleton,_1st_Viscount_Dorchester",
    "odnb": "",
    "britannica": ""
  }
}

Places (places.js)

{
  "id": "ostend",
  "name": "Ostend",
  "description": "Port city in the Spanish Netherlands; besieged by Spanish forces 1601–1604. Dudley Carleton served with the English garrison there in 1597–1598.",
  "modernCountry": "Belgium",
  "letters": [1, 2, 3]
}

Organizations (orgs.js)

{
  "id": "privy-council",
  "name": "Privy Council",
  "description": "The principal advisory body to the English monarch. Chamberlain frequently tracks appointments to and deliberations of the Council.",
  "letters": [2, 6, 7, 8]
}

14. Archive References

Each of Chamberlain's letters survives as a manuscript in the State Papers Domestic at The National Archives, Kew. McClure's edition includes a catalogue reference for each letter in the form S. P. Dom., Eliz., cclxviii, 71. These references are not currently encoded in the XML files, but are recorded in McClure's headings and can be used to locate the original manuscript for any letter in this edition.

15. Citing This Edition

To cite a specific letter from this edition, use the following format:

John Chamberlain to Dudley Carleton, 3 October 1598, in The Chamberlain Letters, ed. Brandon Taylor, earlymodernletters.org. Text based on Norman Egbert McClure, ed., The Letters of John Chamberlain, 2 vols. (Philadelphia: American Philosophical Society, 1939), 1:46–48.

To cite the edition as a whole:

Brandon Taylor, ed., The Chamberlain Letters, earlymodernletters.org (2025–).

16. Submitting and Crediting Your Work

For more context about the project's scope and aims, visit our About page, or contact the project editor with questions.

17. Quick Reference: TEI Elements Used in This Project

Element Use Example
<persName ref="#id"> Tag a named individual <persName ref="#devereux-robert">Essex</persName>
<placeName ref="#id"> Tag a location <placeName ref="#london">London</placeName>
<orgName ref="#id"> Tag an institution or organization <orgName ref="#privy-council">the Council</orgName>
<note> Inline editorial or McClure footnote (no place attribute) ...</persName><note>Appointed in 1601.</note>
<hi rend="italic"> Italics: Latin, foreign phrases, series titles <hi rend="italic">per tot discrimina</hi>
<title level="m"> Book or long-work title <title level="m">Annales</title>
<title level="a"> Article, poem, or short-work title <title level="a">The Faerie Queene</title>
<date when="YYYY-MM-DD"> A date with machine-readable attribute <date when="1598-10-03">third of October 1598</date>
<opener> Salutation at the start of the letter <opener>Goode Master Carleton,</opener>
<closer> Closing section of the letter Contains <dateline> and <signed>
<dateline> Date and place at the close <dateline>London this <date when="...">...</date></dateline>
<signed> Signature block <signed>Yours most assuredly, JOHN CHAMBERLAIN.</signed>
<postscript> Postscript or address panel Appears after <closer>
<correspDesc> Sender/recipient metadata in <front> Contains two <correspAction> elements
<biblScope unit="page"> Page range in <sourceDesc> <biblScope unit="page">46–48</biblScope>
<respStmt> Contributor credit in <teiHeader> <resp>Editor</resp> <name>Your Name</name>