Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use an editor (jEdit for xml) to create the XML, DTD and JSON In this exercise we shall explore a simplified use case scenario for
Use an editor (jEdit for xml) to create the XML, DTD and JSON
In this exercise we shall explore a simplified use case scenario for XML: storing medical information. We are interested in storing basic information about hospitals, doctors, patients and their illness. Each hospital houses several patients. Patients may be registered with multiple hospitals (possibly for different illnesses). Each doctor is employed by a hospital, and may attend to multiple patients in the hospital. We want to store some basic information about each of the entities involved. For instance, a hospital may be characterized by an id, name, and location, a patient may have an id, date of birth, information about illnesses, hospitals attending, with joining dates, etc (a) Write a simple DTD (Healthcare.dtd) for this application. (b) Create a sample XML (Healthcare.xml) document respecting your DTD, and containing information about a few hospitals, patients, and doctors. (c) Write a program parse the XML and validate it against the DTD to display the information using any of your favorite programming language In this exercise we shall explore a simplified use case scenario for XML: storing medical information. We are interested in storing basic information about hospitals, doctors, patients and their illness. Each hospital houses several patients. Patients may be registered with multiple hospitals (possibly for different illnesses). Each doctor is employed by a hospital, and may attend to multiple patients in the hospital. We want to store some basic information about each of the entities involved. For instance, a hospital may be characterized by an id, name, and location, a patient may have an id, date of birth, information about illnesses, hospitals attending, with joining dates, etc (a) Write a simple DTD (Healthcare.dtd) for this application. (b) Create a sample XML (Healthcare.xml) document respecting your DTD, and containing information about a few hospitals, patients, and doctors. (c) Write a program parse the XML and validate it against the DTD to display the information using any of your favorite programming languageStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started