Ejemplo: <docTitle> (título del documento)

These search results reproduce every example of the use of <docTitle> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <docTitle> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


2.3.4.1 Rendition

<titlePage>
 <docTitle rendition="#center #x-space">
  <titlePart>
   <lb/>
   <hi rendition="#x-large">THE POEMS</hi>
   <lb/>
   <hi rendition="#small">OF</hi>
   <lb/>
   <hi rendition="#red #xx-large">ALGERNON CHARLES SWINBURNE</hi>
   <lb/>
   <hi rendition="#large #xx-space">IN SIX VOLUMES</hi>
  </titlePart>
  <titlePart rendition="#xx-space">
   <lb/> VOLUME I.
  <lb/>
   <hi rendition="#red #x-large">POEMS AND BALLADS</hi>
   <lb/>
   <hi rendition="#x-space">FIRST SERIES</hi>
  </titlePart>
 </docTitle>
 <docImprint rendition="#center">
  <lb/>
  <pubPlace rendition="#xx-space">LONDON</pubPlace>
  <lb/>
  <publisher rendition="#red #expanded">CHATTO &amp; WINDUS</publisher>
  <lb/>
  <docDate when="1904" rendition="#small">1904</docDate>
 </docImprint>
</titlePage>

3 Elements Available in All TEI Documents


<lb>

<docTitle>
 <titlePart type="main">
  <lb/>THE <lb/>Pilgrim's Progress <lb/>FROM <lb/>THIS WORLD, <lb/>TO
 <lb/>That which is to come: </titlePart>
<!-- etc. -->
</docTitle>

4 Default Text Structure


<text>

<text>
 <front>
  <docTitle>
   <titlePart>Autumn Haze</titlePart>
  </docTitle>
 </front>
 <body>
  <l>Is it a dragonfly or a maple leaf</l>
  <l>That settles softly down upon the water?</l>
 </body>
</text>

<text>

<text>
 <front>
  <docTitle>
   <titlePart>憶江南</titlePart>
  </docTitle>
 </front>
 <body>
  <l>江南好,</l>
  <l>風景舊曾諳。</l>
  <l>日出江花紅胜火,</l>
  <l>春來江水綠如藍,</l>
  <l>能不憶江南。</l>
 </body>
</text>

4.3.1 Grouped Texts

<TEI>
 <teiHeader>
<!-- header information for the whole collection -->
 </teiHeader>
 <text>
  <front>
   <docTitle>
    <titlePart> The Adventures of Sherlock Holmes
    </titlePart>
   </docTitle>
   <docImprint>First published in <title>The Strand</title>
       between July 1891 and December 1892</docImprint>
<!-- any other front matter specific to this collection -->
  </front>
  <group>
   <text>
    <front>
     <head rend="italic">Adventures of Sherlock
           Holmes</head>
     <docTitle>
      <titlePart>Adventure I. —</titlePart>
      <titlePart>A Scandal in Bohemia</titlePart>
     </docTitle>
     <byline>By A. Conan Doyle.</byline>
    </front>
    <body>
     <p>To Sherlock Holmes she is always
     <emph>the</emph> woman. ... </p>
<!-- remainder of A Scandal in Bohemia here -->
    </body>
   </text>
   <text>
    <front>
     <head rend="italic">Adventures of Sherlock Holmes</head>
     <docTitle>
      <titlePart>Adventure II. —</titlePart>
      <titlePart>The Red-Headed League</titlePart>
     </docTitle>
     <byline>By A. Conan Doyle.</byline>
    </front>
    <body>
<!-- text of The Red Headed League here -->
    </body>
   </text>
   <text>
    <front>
     <head rend="italic">Adventures of Sherlock Holmes</head>
     <docTitle>
      <titlePart>Adventure XII. —</titlePart>
      <titlePart>The Adventure of the Copper Beeches</titlePart>
     </docTitle>
     <byline>By A. Conan Doyle.</byline>
    </front>
    <body>
     <p>
      <q>To the man who loves art for its
             own sake,</q> remarked Sherlock Holmes ...
          
     
<!-- remainder of The Copper Beeches here -->
          
           ... she is now the head of a private school
           at Walsall, where I believe that she has
           met with considerable success.</p>
    </body>
   </text>
<!-- end of The Copper Beeches -->
  </group>
 </text>
<!-- end of the Adventures of Sherlock Holmes -->
</TEI>

4.3.1 Grouped Texts

<text>
 <front>
  <titlePage>
   <docTitle>
    <titlePart>The poems of Richard Crashaw</titlePart>
   </docTitle>
   <byline>Edited by J.R. Tutin</byline>
  </titlePage>
  <div type="preface">
   <head>Editor's Note</head>
   <p>A few words are necessary ... </p>
  </div>
 </front>
 <group>
  <text>
   <front>
    <titlePage>
     <docTitle>
      <titlePart>Steps to the Temple, Sacred Poems</titlePart>
     </docTitle>
    </titlePage>
    <div type="address">
     <head>The Preface to the Reader</head>
     <p>Learned Reader, The Author's friend will not usurp much
           upon thy eye ... </p>
    </div>
   </front>
   <group>
    <text>
     <front>
      <docTitle>
       <titlePart>Sospetto D'Herode</titlePart>
      </docTitle>
     </front>
     <body>
      <div1 type="book" n="Herod I">
       <head>Libro Primo</head>
       <epigraph>
        <l>Casting the times with their strong signs</l>
       </epigraph>
       <lg n="I.1" type="stanza">
        <l>Muse! now the servant of soft loves no more</l>
        <l>Hate is thy theme and Herod whose unblest</l>
        <l>Hand (O, what dares not jealous greatness?) tore</l>
        <l>A thousand sweet babes from their mothers' breast,</l>
        <l>The blooms of martyrdom ...</l>
       </lg>
      </div1>
     </body>
    </text>
    <text>
     <front>
      <docTitle>
       <titlePart>The Tear</titlePart>
      </docTitle>
     </front>
     <body>
      <lg n="I">
       <l>What bright soft thing is this</l>
       <l>Sweet Mary, thy fair eyes' expense?</l>
      </lg>
     </body>
    </text>
<!-- remaining poems of the Steps to the Temple appear here, each tagged as a distinct text element -->
   </group>
   <back>
<!-- back matter for the Steps to the Temple -->
   </back>
  </text>
  <text>
<!-- start of Carmen deo Nostro -->
   <front/>
   <group>
    <text/>
    <text/>
<!-- more texts here -->
   </group>
  </text>
  <text>
<!-- start of The Delights of the Muses -->
   <group>
    <text/>
    <text/>
<!-- more texts here -->
   </group>
  </text>
 </group>
 <back>
<!-- back matter for the whole collection -->
 </back>
</text>

4.6 Title Pages

<front>
 <titlePage>
  <docTitle>
   <titlePart type="main">Is There a Text in This Class?</titlePart>
   <titlePart type="sub">The Authority of Interpretive Communities</titlePart>
  </docTitle>
  <docAuthor>Stanley Fish</docAuthor>
  <docImprint>
   <publisher>Harvard University Press</publisher>
   <pubPlace>Cambridge, Massachusetts</pubPlace>
   <pubPlace>London, England</pubPlace>
  </docImprint>
 </titlePage>
</front>

4.6 Title Pages

<titlePage>
 <docTitle>
  <titlePart type="main">THE
  <lb/>Pilgrim's Progress
  <lb/>FROM
  <lb/>THIS WORLD,
  <lb/>TO
  <lb/>That which is to come:</titlePart>
  <titlePart type="sub">Delivered under the Similitude of a
  <lb/>DREAM</titlePart>
  <titlePart type="desc">Wherein is Discovered,
  <lb/>The manner of his setting out,
  <lb/>His Dangerous Journey; And safe
  <lb/>Arrival at the Desired Countrey.</titlePart>
 </docTitle>
 <epigraph>
  <cit>
   <quote>I have used Similitudes,</quote>
   <bibl>Hos. 12.10</bibl>
  </cit>
 </epigraph>
 <byline>By <docAuthor>John Bunyan</docAuthor>.</byline>
 <imprimatur>Licensed and Entred according to Order.</imprimatur>
 <docImprint>
  <pubPlace>LONDON,</pubPlace>
   Printed for <name>Nath. Ponder</name>
  <lb/>at the <name>Peacock</name> in the <name>Poultrey</name>
  <lb/>near <name>Cornhil</name>, <docDate>1678</docDate>.
 </docImprint>
</titlePage>

<titlePage>

<titlePage>
 <docTitle>
  <titlePart type="main">THOMAS OF Reading.</titlePart>
  <titlePart type="alt">OR, The sixe worthy yeomen of the West.</titlePart>
 </docTitle>
 <docEdition>Now the fourth time corrected and enlarged</docEdition>
 <byline>By T.D.</byline>
 <figure>
  <head>TP</head>
  <p>Thou shalt labor till thou returne to duste</p>
  <figDesc>Printers Ornament used by TP</figDesc>
 </figure>
 <docImprint>Printed at <name type="place">London</name> for <name>T.P.</name>
  <date>1612.</date>
 </docImprint>
</titlePage>

<titlePage>

<titlePage>
 <docTitle>
  <titlePart type="main">紅樓夢</titlePart>
  <titlePart type="alt">又名石頭記</titlePart>
 </docTitle>
 <docEdition>清乾隆四十九年甲辰(1784年)夢覺主人序本正式題為《紅樓夢》,在此之前,此書一般都題為《石頭記》。</docEdition>
 <byline>曹雪芹</byline>
 <figure>
  <head>HL</head>
  <p>紅樓夢圖詠</p>
  <figDesc>清光緒刊本的《紅樓夢》插圖,改琦畫。</figDesc>
 </figure>
 <docImprint>最早的抄本出現於清朝乾隆中期的 <date>甲戌年(1754年)。</date>
 </docImprint>
</titlePage>

<docTitle>

<docTitle>
 <titlePart type="main">The DUNCIAD, VARIOURVM.</titlePart>
 <titlePart type="sub">WITH THE PROLEGOMENA of SCRIBLERUS.</titlePart>
</docTitle>

<docTitle>

<docTitle>
 <titlePart type="main">食物的歷史</titlePart>
 <titlePart type="sub">透視人類的飲食與文明 </titlePart>
</docTitle>

<titlePart>

<docTitle>
 <titlePart type="main">THE FORTUNES
   AND MISFORTUNES Of the FAMOUS
   Moll Flanders, &amp;c.
 </titlePart>
 <titlePart type="desc">Who was BORN in NEWGATE,
   And during a Life of continu'd Variety for
   Threescore Years, besides her Childhood, was
   Twelve Year a <hi>Whore</hi>, five times a <hi>Wife</hi> (wherof
   once to her own Brother) Twelve Year a <hi>Thief,</hi>
   Eight Year a Transported <hi>Felon</hi> in <hi>Virginia</hi>,
   at last grew <hi>Rich</hi>, liv'd <hi>Honest</hi>, and died a
 <hi>Penitent</hi>.</titlePart>
</docTitle>

<titlePart>

<docTitle>
 <titlePart type="main">千年一嘆 </titlePart>
 <titlePart type="desc">這是一份真實的考察日記,記錄余秋雨在 20 世紀最後幾個月的數萬里行程。余秋雨與鳳凰電視台一行於 1999 年 9 月 27 日啟程,尋訪世界的古老文明。旅程開始時,5 輛吉普車從香港海運至埃及亞歷山大港,人員乘坐飛機至希臘雅典,考察完希臘本土和克利特島後至開羅,與吉普車會合,然後由吉普車走完全程,直至返回香港。</titlePart>
</docTitle>

<docAuthor>

<titlePage>
 <docTitle>
  <titlePart>Travels into Several Remote Nations of the World, in Four
     Parts.</titlePart>
 </docTitle>
 <byline> By <docAuthor>Lemuel Gulliver</docAuthor>, First a Surgeon,
   and then a Captain of several Ships</byline>
</titlePage>

7 Performance Texts


7.1.1 The Set Element

<front>
 <titlePage/>
 <div type="copyright_page"/>
 <div type="Contents"/>
 <div type="Introduction"/>
 <div type="note">
  <head>Note on the Translation</head>
  <p> ... </p>
 </div>
 <titlePage type="half-title">
  <docTitle>
   <titlePart>Peer Gynt</titlePart>
  </docTitle>
 </titlePage>
 <div type="Dramatis_Personae">
  <head>Characters</head>
  <castList/>
 </div>
 <set>
  <p>The action, which opens in the beginning of the nineteenth
     century, and ends around the 1860s, takes place partly in
     Gudbrandsdalen, and on the mountains around it, partly on the coast
     of Morocco, in the desert of Sahara, in a madhouse at Cairo, at sea,
     etc.</p>
 </set>
 <performance/>
</front>