XML and DTD document for a hypotetical english school. It contains elements for:
- Students, with their respective DNIs and birth dates, and their name, as well as adress and the class they are enrolled in.
- Classes, with their respective classroom number.
- Teachers, with their DNI number, their email address and the level they teach.
Below, you will find instructions on how to open the XML and DTD document and check if it is correctly written.
-
git clone https://github.com/scsoares/english-school-xml
or download this repo as a ZIP file.
-
Extract the downloaded ZIP file and you should have a folder named
english-school-xml-master
-
Open the folder on VSCode. To check if it's correct click on the XML Document toggle button at the left sidebar and see if there's any content in it.
VSCode
XML
- We thank our great teacher Tiburcio for explaining XML so well to us :)
- Billie Thompson - Provided README Template - PurpleBooth