-
Notifications
You must be signed in to change notification settings - Fork 0
/
XML.mm.html
95 lines (69 loc) · 1.53 KB
/
XML.mm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>XML</title>
<style type="text/css">
li { list-style: none; margin: 0; }
p { margin: 0; }
span.l { color: red; font-weight: bold; }
a.mapnode:link {text-decoration: none; color: black; }
a.mapnode:visited {text-decoration: none; color: black; }
a.mapnode:active {text-decoration: none; color: black; }
a.mapnode:hover {text-decoration: none; color: black; background: #eeeee0; }
</style>
<!-- ^ Position is not set to relative / absolute here because of Mozilla -->
</head>
<body>
<p>XML
<ul><li>katalog
<ul><li>rozšířit schéma
<ul><li>alespoň 5 parametrů
</li>
<li>1+ kontrolován pomocí regexpu
</li>
</ul>
</li>
<li>ukázkové XML
</li>
<li>validace
</li>
<li>XSLT do HTML
</li>
<li>CSS
</li>
<li>popis technologií a postup
</li>
<li>dokumentace
<ul><li>vytváření
</li>
<li>využití
</li>
<li>využití výměny pomocí XSD
</li>
<li>využití XSLT
</li>
</ul>
</li>
</ul>
</li>
<li>extrakce
<ul><li>data
<ul><li>NACE
</li>
<li>adresy
</li>
<li>3 další
<ul><li>čísla ISO certifikátů
</li>
</ul>
</li>
</ul>
</li>
<li>úprava extrakčního XSLT
</li>
<li>porovnání se sémantickou anotací
</li>
</ul>
</li>
</ul></body>
</html>