Skip to content
Snippets Groups Projects
Commit f7b0eb59 authored by Goik Martin's avatar Goik Martin
Browse files

shifting <html> to <body>

parent ef12558d
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE body>
<html xmlns="http://www.w3.org/1999/xhtml"> <body xmlns="http://www.w3.org/1999/xhtml">
<head> <h1>Description</h1>
<title>XSD Schema</title>
</head>
<body><!--?xml version="1.0" encoding="UTF-8"?--> <h1>Description</h1>
<p>This exercise deals with executable scripts from different programming <p>This exercise deals with executable scripts from different programming
languages. You are expected to supply an <a languages. You are expected to supply an <a
href="http://www.w3schools.com/schema/default.asp">XSD</a> schema file which href="http://www.w3schools.com/schema/default.asp">XSD</a> schema file which
...@@ -108,5 +104,5 @@ ...@@ -108,5 +104,5 @@
<li><p>Mind the remaining time! <strong style="color: red;">When the <li><p>Mind the remaining time! <strong style="color: red;">When the
examination terminates no subsequent uploads will be examination terminates no subsequent uploads will be
possible!</strong></p></li> possible!</strong></p></li>
</ul></body> </ul>
</html> </body>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE body>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <h1>Description</h1><p>Reading XML related data and writing it to a
<title></title>
</head>
<body><h1>Description</h1><p>Reading XML related data and writing it to a
relational database by means of JDBC.</p><h1>Preparations</h1><p>Unless you relational database by means of JDBC.</p><h1>Preparations</h1><p>Unless you
did not process previous exercises download <a did not process previous exercises download <a
href="/files/goik/Sda1/HHg22f+7++QQ-Gcctz3gh/scripts.zip" href="/files/goik/Sda1/HHg22f+7++QQ-Gcctz3gh/scripts.zip"
...@@ -36,5 +32,5 @@ ...@@ -36,5 +32,5 @@
examination. Add your Java entry (the one containing <code>main(...)</code>) examination. Add your Java entry (the one containing <code>main(...)</code>)
class name as well. </p><p>Mind the remaining time! <b class name as well. </p><p>Mind the remaining time! <b
style="color:red;">When the examination terminates no subsequent uploads style="color:red;">When the examination terminates no subsequent uploads
will be possible!</b></p></body> will be possible!</b></p>
</html> </body>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE body>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <body xml:lang="en"
<head> xmlns="http://www.w3.org/1999/xhtml"><h1>Description</h1><p>Creating a
<title></title> relational Schema in analogy to XML schema from the first
</head> exercise.</p><h1>Preparations</h1><p>Unless you did not process previous
exercises download <a
href="/files/goik/Sda1/HHg22f+7++QQ-Gcctz3gh/scripts.zip"
target="_blank">scripts.zip</a> and import it as an Eclipse Maven project into
your workspace.</p><h1>Task</h1><p>Write a SQL-DDL file creating tables
resembling the integrity constraints from the first exercise.
</p><h1>Hints</h1><ul>
<li>You may create a relational schema even if you failed completing
<code>Schema/scripts.xsd</code> in the first exercise.</li>
<body><h1>Description</h1><p>Creating a relational Schema in analogy to XML <li>The integrity constraint descriptions from the first exercise may be
schema from the first exercise.</p><h1>Preparations</h1><p>Unless you did helpful.</li>
not process previous exercises download <a </ul><h1 style="color: red;">Caution!</h1><p>Upon completion zip up your
href="/files/goik/Sda1/HHg22f+7++QQ-Gcctz3gh/scripts.zip" Maven project directory and upload it to the E-learning system's <strong>first
target="_blank">scripts.zip</a> and import it as an Eclipse Maven project exercise</strong>. Fill in the text "processed" in the text field below in
into your workspace.</p><h1>Task</h1><p>Write a SQL-DDL file creating tables case you happen to complete work on this part of the examination. Add your SQL
resembling the integrity constraints from the first exercise. schema's filename (e.g. <code>scripts.sql</code>) as well. </p><p>Mind the
</p><h1>Hints</h1><ul> remaining time! <b style="color:red;">When the examination terminates no
<li>You may create a relational schema even if you failed completing subsequent uploads will be possible!</b></p></body>
<code>Schema/scripts.xsd</code> in the first exercise.</li>
<li>The integrity constraint descriptions from the first exercise may be
helpful.</li>
</ul><h1 style="color: red;">Caution!</h1><p>Upon completion zip up your
Maven project directory and upload it to the E-learning system's
<strong>first exercise</strong>. Fill in the text "processed" in the text
field below in case you happen to complete work on this part of the
examination. Add your SQL schema's filename (e.g. <code>scripts.sql</code>)
as well. </p><p>Mind the remaining time! <b style="color:red;">When the
examination terminates no subsequent uploads will be
possible!</b></p></body>
</html>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE body>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <h1>Description</h1><p>Creating a schema to supply an XML store
<title></title>
</head>
<body><h1>Description</h1><p>Creating a schema to supply an XML store
representing dictionary data.</p><h1 representing dictionary data.</p><h1
id="preparations">Preparations</h1><p>Download <a id="preparations">Preparations</h1><p>Download <a
href="/files/goik/Sda1/mrRw_999TTrq-GdPUgd/exam.zip" href="/files/goik/Sda1/mrRw_999TTrq-GdPUgd/exam.zip"
...@@ -118,5 +114,5 @@ SchemaTest/language_err.xml: 1 point ...@@ -118,5 +114,5 @@ SchemaTest/language_err.xml: 1 point
<li><p><b style="color:red;">In case of multiple uploads only your last <li><p><b style="color:red;">In case of multiple uploads only your last
uploaded zip archive will become subject to marking.</b></p></li> uploaded zip archive will become subject to marking.</b></p></li>
</ul></body> </ul>
</html> </body>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE body>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <h1>Description</h1><p>Transforming dictionary data to Html using
<title></title>
</head>
<body><h1>Description</h1><p>Transforming dictionary data to Html using
XSL.</p><h1>Preparations</h1><p>See the <b>Preparations</b> section in the XSL.</p><h1>Preparations</h1><p>See the <b>Preparations</b> section in the
first XSD related task. In case you do not process the XSD task you may first XSD related task. In case you do not process the XSD task you may
still find valuable hints there.</p><h1>Task</h1><p>Start from still find valuable hints there.</p><h1>Task</h1><p>Start from
...@@ -66,5 +62,5 @@ ...@@ -66,5 +62,5 @@
<li><p>Mind the remaining time! <b style="color:red;">When the <li><p>Mind the remaining time! <b style="color:red;">When the
examination terminates no subsequent uploads will be examination terminates no subsequent uploads will be
possible!</b></p></li> possible!</b></p></li>
</ul></body> </ul>
</html> </body>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE body>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <h1>Description</h1><p>Read Xml <code>&lt;dictionary ...&gt;</code>
<title></title>
</head>
<body><h1>Description</h1><p>Read Xml <code>&lt;dictionary ...&gt;</code>
data and transfer it to a Mysql server by means of data and transfer it to a Mysql server by means of
JDBC.</p><h1>Preparations</h1><p>See the "Preparations" section in the first JDBC.</p><h1>Preparations</h1><p>See the "Preparations" section in the first
XSD related task. In case you do not process the XSD task you may though XSD related task. In case you do not process the XSD task you may though
...@@ -73,5 +69,5 @@ ...@@ -73,5 +69,5 @@
<li><p>Mind the remaining time! <b style="color:red;">When the <li><p>Mind the remaining time! <b style="color:red;">When the
examination terminates no subsequent uploads will be examination terminates no subsequent uploads will be
possible!</b></p></li> possible!</b></p></li>
</ul></body> </ul>
</html> </body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment