what is xml with example
Answers
Answered by
1
this may help you mate...
Attachments:
Answered by
1
What is XML?
- XML stands for eXtensible Markup Language
- XML is a markup language much like HTML
- XML was designed to store and transport data
- XML was designed to be self-descriptive
Example:
<note>
<to> Tove </to>
<from>Jani </from>
<heading> Reminder </heading>
<body> Don't forget me this weekend! </body>
</note>
The XML above is quite self-descriptive:
- It has sender information.
- It has receiver information
- It has a heading
- It has a message body.
But still, the XML above does not DO anything. XML is just information wrapped in tags. Someone must write a piece of software to send, receive, store, or display it.
shivam9555:
hiii tanu
Similar questions