answersLogoWhite

0

Should you explain about advantages of XML?

Updated: 8/16/2019
User Avatar

Wiki User

12y ago

Best Answer
  • It is simple: you can understand an XML file even if you do not know what does XML is about. There are (usually) no complex numeric codes or strange characters to deal with
  • It is very general: you can use it for represent any structured (hierarchical) information, from text documents, vector images or video playlist to a web services catalog.
  • Everything can be in the same file: you have structure and data always together
  • Each data piece is always accompanied by its metadata(e. g. "Kent" value can be a surname, a lastname, a county, a street or even a university), improving human readability and data recovery in the case of data loss
User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Should you explain about advantages of XML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Should you explain components of XML document?

what are the components of XML?


What are the Component of an XML Document?

what are the component of xml document what are the component of xml document


What are the disadvantages of XML?

XML is actually highly flexible and so has many benefits and advantages, however on the downside it can be quite verbose for certain applications like in web services.


What sort of advantages are received from getting an XML sitemap for a website?

An XML sitemap is designed to increase the traffic on a website. The way the sitemap does this is by indicating to search sites which URLs are available for browsing.


What are the advantages of storing relational data into xml?

Storing relational data in XML can provide flexibility in data representation, portability across different systems, and easy integration with web services. Additionally, XML allows for hierarchical structuring, making it easier to organize complex data relationships.


What are the advantages of using XML in data interchanging?

XML file can be used for exchanging data . This is so because in XML file data is stored in form of nodes and sub nodes .Ex Facebook status is stored in one node then there are sub nodes for like, comment and share .


What are the xml tools?

That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators


With the help of picture explain daily advantages and disadvantages of microorganism?

With the help of picture explain advantages and disadvantages of microorganism?


Source code of xml?

there is no source code, xml is not a programming language, its a markup language for which you create your own tags, the basic xml syntax is <xml> to start an xml file, and </xml> to end the xml file.


What is an array and explain its advantages and disadvantages?

what is array? explain with its advantage.


What is the difference between the xml and wml?

XML and WML both use the same markup / language. If you know XML, you know WML - and vice versa. However, XML is intentionally developed for computers, or other devices with larger screens. WML is developed for smaller-screened devices, such as PDA's and cell phones. Regardless, most devices, small or large screen'ed, now accept both formats of the XML language without complaining - but users may notice a difference in layout. On the technical side of things, WML standards branch off XML standards (which determine how things should be layed out on a screen or other display) - making the standards relatively different. WML is placed in WML-type documents ("file.wml"), as XML is placed in XML-type documents ("file.xml"). WML documents should have a Document Type Declaration pointing to an WML standard, as XML documents should have a Document Type Declaration pointing to an XML standard.


How do you create a XML file from Scratch?

it is the same way to create xml file by converting into txt you have to use the correct xml syntax ie <xml> this is to denote strat of xml file and this </xml> denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.