Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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 language

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

c. What groups were least represented? Why do you think this is so?

Answered: 1 week ago

Question

7. Describe phases of multicultural identity development.

Answered: 1 week ago