CSC513 Program Assignment 4
XML Validation


 

Description

For this assignment, you will be defining the XML schema for an XML representation of shopping order data. For the convenience of data representation, the products in this order are all books. 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



Xibin Gao (xgao2@ncsu.edu)