XML For Beginners
What is XML? XML stands for EXtensible Markup Language, which became a W3C Recommendation on 10. February 1998. XML is a markup language which is like HTML. XML and HTML both use tags. But there are some differences between them:
- HTML was designed for how to display data. And XML was designed for how to store data.
- HTML tags are predefined (for example "<p>", "<table>", etc.). But XML tags are not predefined. You must define your own tags
Tutorial Detail
XML Tutorial For Beginners
XML Beginner Guide. Free XML Course for Beginnershttp://www.itechcollege.com/courses/XML/
- Total Hits: 57076
- Total Votes: 741 votes
- Category: XML/Basic XML
- Submitted on: 2008-09-19 12:03:44
- Submitted By: iTechCollege
- Set as Favorite
Description:
XML stands for EXtensible Markup Language, which became a W3C Recommendation on 10. February 1998. XML is a markup language which is like HTML. XML and HTML both use tags. But there are some differences between them:HTML was designed for how to display data. And XML was designed for how to store data. HTML tags are predefined. But XML tags are not predefined. You must define your own tags Before you learn XML, you should have a basic understanding of HTML.
XML can be used to simplify data storage and sharing. With XML, data is separated from HTML. So you can create HTML layouts for displaying data. When the data changes, you don't have to recreate your HTML file. With XML, data can also be easily exchanged between computer and database systems, even they are incompatible in any other ways. Because XML data is stored in text format, this makes it easier to export data from a system to an XML file, and then import it into another system. More detail...
Rating Detail
Stars | Percentage | Total Vote |
---|---|---|
26.59% | 197 | |
5.4% | 40 | |
9.45% | 70 | |
7.29% | 54 | |
51.28% | 380 |
Caste Your Vote
Rating | Selection | Guidelines |
---|---|---|
Poor: | Very disappointing, useless. | |
Fair: | Below average, disappointing but not useless. | |
Good: | About average in its class. | |
Very Good: | Above average for its category. | |
Excellent: | One of the best Tutorials in its category. |
0 comments:
Post a Comment