File: cell.xml

package info (click to toggle)
ucto 0.35-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,192 kB
  • sloc: cpp: 5,235; xml: 1,226; sh: 409; python: 151; makefile: 44
file content (21 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<FoLiA generator="teiExtractText.pl" version="1.4" xml:id="doc" xmlns="http://ilk.uvt.nl/folia">
  <metadata>
    <annotations>
    </annotations>
  </metadata>
  <text xml:id="text">
    <div xml:id="div.1">
      <table xml:id="table.1">
        <row xml:id="row.1">
          <cell xml:id="cell.1">
            <t>Woord 1</t>
          </cell>
          <cell xml:id="cell.2">
            <t>Woord 2</t>
          </cell>
        </row>
      </table>
    </div>
  </text>
</FoLiA>