Question

Write an XML document describing a person: name, occupation, address and hobbies. Please do not use...

Write an XML document describing a person: name, occupation, address and hobbies. Please do not use your own information, you can use fake data. Decide on suitable element names and nesting. Check your document for well-formedness.

Homework Answers

Answer #1

Thank you for asking the question.

The XML code for describing the person entity is as follows:-

<person>
<name>
    <firstname>DONALD</firstname>
    <lastname>DUCK</lastname>
</name>
<occupation>comedian</occupation>
<address>
    <landmark>University of Drama, Dept. of Acting</landmark>
    <pbox>P.O. Box 720</pbox><street>comedy street</street>
    <pcode>CD-00025</pcode>
    <local>University of Drama</local>
</address>
<hobbies>
    <hobby>dancing</hobby>
    <hobby>laughing</hobby>
</hobbies>
</person>

The graph of XML tree is as follows :-

# Hope this will help you.

# Feel free to ask any doubt and once again thank you very much.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Directions: Submitted in PDF format only. Do not submit Excel spreadsheets. Please include ALL prompts in...
Directions: Submitted in PDF format only. Do not submit Excel spreadsheets. Please include ALL prompts in your write up with your response beneath. Respond in complete sentences. Use APA format for all charts. Please BOLD the prompts. 1) Write a few sentences describing a business related population with characteristics that you assume is near normally distributed. State a metric (height, scores, etc ...) that can be used to measure the characteristic. 2) Write a few sentences describing a business related...
PYTHON : Create a Email Address Parser (* Please do make comments*) Often times, you may...
PYTHON : Create a Email Address Parser (* Please do make comments*) Often times, you may be given a list of raw email addresses and be asked to generate meaningful information from such a list. This project involves parsing such a list and generating names and summary information from that list. The script, eparser.py, should: Open the file specified as the first argument to the script (see below) Read the file one line at a time (i.e., for line in...
Write the answers for the following questions in this document: 1. Define in your own words...
Write the answers for the following questions in this document: 1. Define in your own words what “the ethical point of view" means. 2. Define morality and ethics in your own words. 3. What is the difference between morality and ethics? 4. What is the difference between relativism and objectivism? 5. What are the advantages of using an ethical theory in which all humans are treated equally and guidelines are developed through a process of logical reasoning? 6. Two people...
Scenario: Please write a few lines describing your scenario and the four variables (in addition to...
Scenario: Please write a few lines describing your scenario and the four variables (in addition to income) you have selected. Use Table 1 to report the variables selected for this assignment. Note: The information for the required variable, “Income,” has already been completed and can be used as a guide for completing information on the remaining variables. Table 1. Variables Selected for the Analysis Variable Name in the Data Set Description (See the data dictionary for describing the variables.) Type...
What command discards the IP address? What command do you use to determine whether you can...
What command discards the IP address? What command do you use to determine whether you can reach another computer on the local network? Would this command work if the default gateway were down? When troubleshooting problems with resolving domain names to IP addresses, flushing the DNS cache can sometimes help so that the local computer must build the cache again. What is the command to flush the DNS cache? What command would you use to display information about name resolutions...
Please read Chapter 5 on "Structuring Information for Your Readers" in Strategies for Technical Communication. (...
Please read Chapter 5 on "Structuring Information for Your Readers" in Strategies for Technical Communication. ( in your own word please , I don't understand hand write the answers) Why is structure so important for technical writers, and how can it help your readers? How does the introduction-body-conclusion structure apply to technical writing, and what are some specific purposes a conclusion might have in a technical document? What are some useful strategies for outlining, and how can an outline help...
Choose a product you use or know well. Write a brief study of this product, (1)...
Choose a product you use or know well. Write a brief study of this product, (1) describing recent or historic supply and demand shifts for the good, (2) describing any price controls that have been put into place on it, and (3) using the criteria described in the text and in lectures to determine whether demand for the good is elastic, inelastic, or unit-elastic. If you have data and can directly estimate price elasticity of demand, please do so, but...
Assignment Overview This programming exercise introduces generics and interfaces. The students must create methods that accept...
Assignment Overview This programming exercise introduces generics and interfaces. The students must create methods that accept generic parameters and perform operation on them. Deliverables A listing of the fully commented, working source code of the Java program Test data for the code A screen shot of the application in execution Step 1 Create a new project. Name it "Assignment_2_1". Step 2 Build a solution. Write the Java source code necessary to build a solution for the problem below:You have just...
Please do it in Python Write the simplest program that will demonstrate iteration vs recursion using...
Please do it in Python Write the simplest program that will demonstrate iteration vs recursion using the following guidelines - Write two primary helper functions - one iterative (IsArrayPrimeIter) and one recursive (IsArrayPrimeRecur) - each of which Take the array and its size as input params and return a bool. Print out a message "Entering <function_name>" as the first statement of each function. Perform the code to test whether every element of the array is a Prime number. Print out...
Please do note write in cursive! Write neat! Q19. Find out what ultra-sound is. What are...
Please do note write in cursive! Write neat! Q19. Find out what ultra-sound is. What are applications of ultra-sound? Q20. Go to this web-site http://newt.phys.unsw.edu.au/jw/hearing.html and check out your hearing, the hearing of a very young family member or friend, and the hearing of an older family member or friend. NOTE from the web-site: The instructions for using this service are given below the graphic. Repeat: do not start in the top third of the chart. Report here about the...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT