CSC513 Program Assignment 2
XML Validation

update | description | DOMEcho | deliverable | reference

Update

Description

For this assignment, you will be defining the XML schema for an XML representation of timeslot events. You will have to design your own XML representation, as well as the XML schema of your representation.

DOMEcho

Before submitting your files, you should use DOMEcho validator to validate your XML and schema. Since different validators might have slightly different behaviors, please make sure your XML and schema can work using DOMEcho validator. We will need Java to execute DOMEcho.

javac DOMEcho.java
java DOMEcho -xsdss unity-id.xsd unity-id.xml

Deliverable

Reference


Last Update: Feb 11, 2008
Chung-Wei Hang (chang@ncsu.edu)