git clone https://github.com/BoyangWang00/-CS612_AS3_pt3.git
pet.xml is the xml file
pet.dtd is the DTD file
pet.xsd is the schema file
javac domParserSchema.java
run java domParserSchema
java domParserSchema
You will see validation result
javac domParserDTD.java
run java domParserDTD
java domParserDTD
You will see validation result
python3 python_parser.py
Please see the video for more details CS612_AS3_pt3