Computer Science, asked by shivam9555, 11 months ago

what is xml with example​

Answers

Answered by SRAHEEM
1
this may help you mate...
Attachments:
Answered by taru363
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
taru363: am taru not tanu
shivam9555: oooo sry
shivam9555: where was u
shivam9555: u havent replied
Similar questions