/XML_CS612_AS3_pt3

Part 3 XML (Programming - JAVA or Python)

Primary LanguageJava

-CS612_AS3_pt3

Part 3 XML (Programming - JAVA or Python)

Clone this repo.

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

run javac domParserSchema.java

javac domParserSchema.java 

run java domParserSchema

java domParserSchema

You will see validation result

run javac domParserDTD.java

javac domParserDTD.java  

run java domParserDTD

java domParserDTD  

You will see validation result

run python3 python_parser.py

python3 python_parser.py  

Please see the video for more details CS612_AS3_pt3