From f7b0eb59308e0649825a95be14f2383739eae1d4 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Sat, 2 Jul 2016 09:36:59 +0200
Subject: [PATCH] shifting <html> to <body>

---
 .../2015summer/Exam_solve/Doc/scriptXsd.xhtml | 14 ++----
 .../Exam_solve/Doc/scriptsJdbc.xhtml          | 14 ++----
 .../Exam_solve/Doc/scriptsSchemaSql.xhtml     | 49 +++++++++----------
 .../Sda1/2015winter/Solution/Doc/a.xhtml      | 14 ++----
 .../Sda1/2015winter/Solution/Doc/b.xhtml      | 14 ++----
 .../Sda1/2015winter/Solution/Doc/c.xhtml      | 14 ++----
 6 files changed, 47 insertions(+), 72 deletions(-)

diff --git a/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptXsd.xhtml b/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptXsd.xhtml
index cfd7e6563..bdf43e585 100644
--- a/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptXsd.xhtml
+++ b/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptXsd.xhtml
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title>XSD Schema</title>
-  </head>
-
-  <body><!--?xml version="1.0" encoding="UTF-8"?--> <h1>Description</h1>
+<!DOCTYPE body>
+<body xmlns="http://www.w3.org/1999/xhtml">
+<h1>Description</h1>
   <p>This exercise deals with executable scripts from different programming
   languages. You are expected to supply an <a
   href="http://www.w3schools.com/schema/default.asp">XSD</a> schema file which
@@ -108,5 +104,5 @@
       <li><p>Mind the remaining time! <strong style="color: red;">When the
       examination terminates no subsequent uploads will be
       possible!</strong></p></li>
-    </ul></body>
-</html>
+    </ul>
+</body>
diff --git a/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsJdbc.xhtml b/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsJdbc.xhtml
index 35aa0da8b..a86c94d75 100644
--- a/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsJdbc.xhtml
+++ b/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsJdbc.xhtml
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title></title>
-  </head>
-
-  <body><h1>Description</h1><p>Reading XML related data and writing it to a
+<!DOCTYPE body>
+<body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<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
   did not process previous exercises download <a
   href="/files/goik/Sda1/HHg22f+7++QQ-Gcctz3gh/scripts.zip"
@@ -36,5 +32,5 @@
   examination. Add your Java entry (the one containing <code>main(...)</code>)
   class name 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>
+  will be possible!</b></p>
+</body>
diff --git a/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsSchemaSql.xhtml b/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsSchemaSql.xhtml
index bec8ab38f..149ee5fff 100644
--- a/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsSchemaSql.xhtml
+++ b/Klausuren/Sda1/2015summer/Exam_solve/Doc/scriptsSchemaSql.xhtml
@@ -1,29 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title></title>
-  </head>
+<!DOCTYPE body>
+<body xml:lang="en"
+xmlns="http://www.w3.org/1999/xhtml"><h1>Description</h1><p>Creating a
+relational Schema in analogy to XML schema from the first
+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
-  schema from the first 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>
-
-      <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>
+    <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>
diff --git a/Klausuren/Sda1/2015winter/Solution/Doc/a.xhtml b/Klausuren/Sda1/2015winter/Solution/Doc/a.xhtml
index fad2c5033..c6bf6b40b 100644
--- a/Klausuren/Sda1/2015winter/Solution/Doc/a.xhtml
+++ b/Klausuren/Sda1/2015winter/Solution/Doc/a.xhtml
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title></title>
-  </head>
-
-  <body><h1>Description</h1><p>Creating a schema to supply an XML store
+<!DOCTYPE body>
+<body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<h1>Description</h1><p>Creating a schema to supply an XML store
   representing dictionary data.</p><h1
   id="preparations">Preparations</h1><p>Download <a
   href="/files/goik/Sda1/mrRw_999TTrq-GdPUgd/exam.zip"
@@ -118,5 +114,5 @@ SchemaTest/language_err.xml: 1 point
 
       <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>
-    </ul></body>
-</html>
+    </ul>
+</body>
diff --git a/Klausuren/Sda1/2015winter/Solution/Doc/b.xhtml b/Klausuren/Sda1/2015winter/Solution/Doc/b.xhtml
index 614b8f673..9a6a09418 100644
--- a/Klausuren/Sda1/2015winter/Solution/Doc/b.xhtml
+++ b/Klausuren/Sda1/2015winter/Solution/Doc/b.xhtml
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title></title>
-  </head>
-
-  <body><h1>Description</h1><p>Transforming dictionary data to Html using
+<!DOCTYPE body>
+<body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<h1>Description</h1><p>Transforming dictionary data to Html using
   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
   still find valuable hints there.</p><h1>Task</h1><p>Start from
@@ -66,5 +62,5 @@
       <li><p>Mind the remaining time! <b style="color:red;">When the
       examination terminates no subsequent uploads will be
       possible!</b></p></li>
-    </ul></body>
-</html>
+    </ul>
+</body>
diff --git a/Klausuren/Sda1/2015winter/Solution/Doc/c.xhtml b/Klausuren/Sda1/2015winter/Solution/Doc/c.xhtml
index 367d8d631..b884fa75d 100644
--- a/Klausuren/Sda1/2015winter/Solution/Doc/c.xhtml
+++ b/Klausuren/Sda1/2015winter/Solution/Doc/c.xhtml
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title></title>
-  </head>
-
-  <body><h1>Description</h1><p>Read Xml <code>&lt;dictionary ...&gt;</code>
+<!DOCTYPE body>
+<body xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<h1>Description</h1><p>Read Xml <code>&lt;dictionary ...&gt;</code>
   data and transfer it to a Mysql server by means of
   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
@@ -73,5 +69,5 @@
       <li><p>Mind the remaining time! <b style="color:red;">When the
       examination terminates no subsequent uploads will be
       possible!</b></p></li>
-    </ul></body>
-</html>
+    </ul>
+</body>
-- 
GitLab