Oracle 9i's XML Schema Validator
We will use Oracle9i's XML Schema Validator as follows:
Compile and run
XSDSetSchema.java
as follows:
$ javac XSDSetSchema.java $ java XSDSetSchema cat.xsd cat.xml
where
cat.xsd
and
cat.xml
are sample XMLSchema and XMLInstance files.
Page Maintained by
raj@cs.gsu.edu