TEI Lite 中文譯稿

文件編碼組織 後設資料標誌集 選錄版
TEI Lite


 

14. 表格

在任何文字處理系統中,表格就代表了巨大的挑戰,表格出現在大量的文件中,甚至在這個簡化過的TEI標籤集中也有表格。但是,至少必須標誌簡單的表格。下列的元素即在標誌表格:

<表格>/<table>
標誌以欄與列的表格方式呈現的文本。屬性包括:
列數/rows
標示表格的列數。
欄數/cols
標示表格每列的欄數。
 
<欄>/<row>
標誌表格的一列,屬性包括:
角色/role
標示同一列的格子所含資訊的種類。建議的屬性值包含用於標籤或是描述性資訊的label,以及實際填入資料的data
 
<格>/<cell>
標誌表格中的一個格子。屬性包括:
角色/role
標示格子中所含資訊的種種類。建議的屬性值包含用於標籤或是描述性資訊的label,以及實際填入資料的data
欄數/cols
標示這個格子所佔的欄數。
列數/rows
標示這個格子所佔的列數。

例如,狄福(Defoe)在《瘟疫年紀事》中使用死亡人數表來顯示疫情的昇降:

<p>It was indeed coming on amain, for the burials that
same week were in the next adjoining parishes thus:&mdash;
<table rows="5" cols="4">
<row role="data">
<cell role="label">St. Leonard's, Shoreditch</cell>
      <cell>64</cell> <cell>84</cell> <cell>119</cell></row>
<cell role="label">St. Botolph's, Bishopsgate</row>
      <cell>65</cell> <cell>105</cell> <cell>116</cell></row>
<cell role="label">St. Giles's, Cripplegate</row>
     <cell>213</cell> <cell>421</cell> <cell>554</cell></row>
</table>
<p>This shutting up of houses was at first counted a very cruel
and unchristian method, and the poor people so confined made
bitter lamentations. ... </p>

 

上一章 回到目次 下一章


譯自TEI官方網站的TEI Lite網頁:http://www.tei-c.org/Lite/
網頁內容未經任何校訂,恐有疏漏,請勿任意轉載引用
若有任何疏漏及錯誤之處,歡迎來信指正:sofia@gate.sinica.edu.tw