1 |
6daefa8c
|
Petr Lukašík
|
<?php
|
2 |
|
|
|
3 |
|
|
$korenovy_xtf = '<?xml version="1.0" encoding="UTF-8" ?>
|
4 |
|
|
|
5 |
|
|
<!DOCTYPE texts SYSTEM "xtf.dtd">
|
6 |
|
|
<!-- This file is generated from ObtextCorpus. -->
|
7 |
|
|
|
8 |
|
|
<!-- root element texts -->
|
9 |
|
|
|
10 |
|
|
<texts xmlns="http://emegir.info/xtf">
|
11 |
|
|
|
|
12 |
|
|
</texts>
|
13 |
|
|
';
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
$element_transliteration='
|
17 |
|
|
<transliteration n="{atribut_n}"
|
18 |
|
|
xml:id="{atribut_id}"
|
19 |
|
|
xml:lang="asyl"
|
20 |
|
|
xmlns="http://emegir.info/xtf"
|
21 |
|
|
xmlns:xtf="http://emegir.info/xtf"
|
22 |
|
|
xmlns:lem="http://emegir.info/lemma"
|
23 |
|
|
xmlns:etcsl="http://www-etcsl.orient.ox.ac.uk/etcsl"
|
24 |
|
|
xmlns:d="http://emegir.info/debug"
|
25 |
|
|
rws="asyl">
|
26 |
|
|
|
|
27 |
|
|
</transliteration>';
|
28 |
|
|
|
29 |
|
|
$element_object='<object xml:id="{atribut_id}" type="{atribut_type}">
|
30 |
|
|
|
|
31 |
|
|
</object>
|
32 |
|
|
';
|
33 |
|
|
|
34 |
|
|
$element_surface=' <surface xml:id="{atribut_id}" type="{atribut_type}">
|
35 |
|
|
|
|
36 |
|
|
</surface>';
|
37 |
|
|
|
38 |
|
|
$element_sealing=' <sealing xml:id="{atribut_id}" n="{atribut_n}" xml:lang="asyl">
|
39 |
|
|
|
|
40 |
|
|
</sealing>';
|
41 |
|
|
|
42 |
|
|
$element_column=' <column xml:id="{atribut_id}" n="{atribut_n}">
|
43 |
|
|
|
|
44 |
|
|
</column>';
|
45 |
|
|
|
46 |
|
|
$element_l=' <l xml:id="{atribut_id}" n="{atribut_n}">
|
47 |
|
|
|
|
48 |
|
|
</l>
|
49 |
|
|
';
|
50 |
|
|
|
51 |
|
|
$element_atf=' <atf>
|
52 |
|
|
|
|
53 |
|
|
</atf>';
|
54 |
|
|
|
55 |
|
|
|
56 |
|
|
|
57 |
|
|
|
58 |
|
|
?>
|