Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh509 [2017/03/08 07:52]
svsummer [COURSE PLAN]
teaching:infoh509 [2018/03/14 07:47]
svsummer [COURSE PLAN]
Line 1: Line 1:
 ====== INFO-H-509 : XML and Web Technologies ====== ====== INFO-H-509 : XML and Web Technologies ======
  
-<note important>​If you are following this course, please register using [[https://​docs.google.com/​forms/​d/​e/​1FAIpQLSfKvLyims3KrWWVJN7T5PQJK9X5uJNLQ04cl8Kd1932RNxj6A/​viewform|this form]] ​*before March 1, 2017*. This allows ​the course responsibles ​to contact you when necessary.</​note>​+<note important>​If you are following this course, please register using this [[https://​docs.google.com/​forms/​d/​e/​1FAIpQLSfKvLyims3KrWWVJN7T5PQJK9X5uJNLQ04cl8Kd1932RNxj6A/​viewform|online ​form]] ​so that the course responsibles ​can contact you if necessary.</​note>​
  
 ===== GENERAL INFORMATION ===== ===== GENERAL INFORMATION =====
Line 18: Line 18:
  
   * **Course responsible**:​ [[http://​code.ulb.ac.be/​code.people.php?​id=992|Stijn Vansummeren]] (Bâtiment U, étage 4, local UB4.125, Campus Solbosch)   * **Course responsible**:​ [[http://​code.ulb.ac.be/​code.people.php?​id=992|Stijn Vansummeren]] (Bâtiment U, étage 4, local UB4.125, Campus Solbosch)
-  * **Assistant**:​ [[mwaumans@ulb.ac.be|Michael Waumans]] +  * **Assistant**:​ [[dhananjay.ipparthi@ulb.ac.be|Dhananjay Ipparthi]] 
  
 ==== Organisation ==== ==== Organisation ====
Line 28: Line 28:
  
 ===== COURSE PLAN ===== ===== COURSE PLAN =====
- 
 ==== Lecture 1: Introduction and Web Architecture === ==== Lecture 1: Introduction and Web Architecture ===
  
Line 55: Line 54:
  
 See pages 92-113 in the book as well as the {{:​teaching:​infoh509:​3-xml_schemas.pdf|corresponding slides}}. See pages 92-113 in the book as well as the {{:​teaching:​infoh509:​3-xml_schemas.pdf|corresponding slides}}.
 +
 +
 +==== Lecture 4: XML Schema Languages: XSDs ===
 +
 +In Lecture 3, we have discussed the limitations of DTDs. Some of these
 +limitations are lifted by XML Schema, whose syntax and semantics were studied during lecture 4.
 +
 +See pages 113-158 in the book as well as the
 +{{:​teaching:​infoh509:​4-xml_schemas_part_2.pdf|corresponding slides}}.
 +
 +==== Project Assignment 1: XML Schema Definition ====
 +
 +Construct an XML Schema Definition for the information recorded by a
 +bookshop ({{:​teaching:​infoh509:​un_en.pdf|full assignment}}).
 +
 +This assignment is to be made in groups of
 +two persons and contributes 2/20 to the overall grade (there are two
 +more assignments to follow, each contributing 2/20). The written exam
 +contributes the remaining 14/20 points. ​
 +
 +See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted). ​
 +
 +<note tip>You can use these simple ​ {{:​teaching:​infoh509:​validationtools.zip|validation tools}} (written in Java) to help check if your example documents conform toyour XSD. Unzip the file, and then use either ''​java -jar DTDValidator.jar <​xmldoc>''​ or ''​java -jar XSDValidator.jar <​schemadoc>​ <​xmldoc>''​ to validate. The third jar file contais the source code, should you be interested.</​note>​
 +
  
 ===== References ===== ===== References =====
 
teaching/infoh509.txt · Last modified: 2020/04/09 14:38 by svsummer