[tei-council] Making absolutely bare a little more bare

Laurent Romary laurent.romary at loria.fr
Fri Dec 5 05:34:05 EST 2008


Forgot the example:
<TEI xmlns="http://www.tei-c.org/ns/1.0">
     <teiHeader>
         <fileDesc>
             <titleStmt>
                 <title>Laurent Romary</title>
                 <author>My first TEI document</author>
             </titleStmt>
         </fileDesc>
     </teiHeader>
     <text>
         <front>...</front>
         <body>
             <div>
                 <head>A division usually comes with a title</head>
                 <p>The various issues demonstrated here are that:</p>
                 <list>
                     <label/>
                     <item>The TEI can be very simple</item>
                     <label/>
                     <item>The TEI is elegantly conceived</item>
                 </list>
             </div>
         </body>
         <back>...</back>
     </text>
</TEI>


More information about the tei-council mailing list