what are the advantages of xml?
Answers were Sorted based on User's Feedback
Answer / ashwini
1. Platform Independent : Uses plain-text format which is
understandable on all platforms.
2. Extensible : Customized tags can be created as per the
needs.
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / nithin chacko ninan
it allows data interchange between different computers
it enable smart searches.
it provides user-selected view of data.
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / jyotish kumar jha
XML was designed to transport and store data.
HTML was designed to display data.
• XML stands for EXtensible Markup Language
• XML is a markup language much like HTML
• XML was designed to carry data, not to display data
• XML tags are not predefined. You must define your
own tags
• XML is designed to be self-descriptive
• XML is a W3C Recommendation
________________________________________
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / pall sonowal
1. Domain-specific vocabulary
2. Data interchange
3. Smart searches
4. Granular updates
5. User-selected view of data
6. Message transformation
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rajeev
*XML uses human,not computer language.XML is readable and understandable,even by novoices,and no more difficult to code than HTML.
*XML is compeletely compatible with java and 100% portable.Any application that can process XML can use your information,regardless your plateform.
*XML is extendable.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the icon for rss and atom?
How do I export xml to excel?
How do I view xml data?
What is Coding? Difference between Coding & Tagging
How does xml parsing work?
What is xml simple definition?
Define sgml?
Define cdata?
What is xml file in android?
How do I configure an xpointer processor?
Is xml used anymore?
I Read xml is used to store and transfer data can you explain it with sample code for storing and displaying data.