What is XML? and What does it stand for? |
| |
 |
Reputation Power: 1

| | New Poster Posts: 10 Topics: 2 |
|
|
August 17, 2008, 01:51:21 AM
|
To me, XML is a great way to go forward. XML stands for extension Markup Language. It is a meta language where by it used to describe some kind of information. It uses mainly for web services. Basically it gives you output that can be interpreted by other people. For instance, RSS and google sitemap. All of them makes use of XML to communicate with other system. Definitely a good thing to learn. I suggest you check out www.w3schools.com for basic learning of XML
« Last Edit: May 19, 2012, 09:44:21 PM by Abhi »
|
|
|
|
| |
 |
Reputation Power: 1

| | New Coder Location: White Bear Lake, MN
Gender:  Age: 26
Posts: 15 Topics: 1  |
|
|
August 18, 2008, 06:57:14 AM
|
It's pretty amazing what you can do with XML these days. Check out the World of Warcraft Site ( www.worldofwarcraft.com) and the WoW Armory site ( www.wowarmory.com) for some cool examples of XML (and XSL transformation and XSLT stylesheets).
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 10 Topics: 2 |
|
|
August 23, 2008, 02:52:47 AM
|
indeed, it is a powerful too. If you actually involve in a research project, you would have heard of Electronic Data Exchange. with XML it is increasing easy for B2B to communicate with one another.
In addition, you may have heard the term: semantic web? If you do, that's good for you because XML is a major component in that semantic web.
|
|
| |
 |
Reputation Power: 1

| | Regular Coder Posts: 50 Topics: 15 |
|
|
September 11, 2008, 01:29:54 PM
|
According to XML is the most powerful way for information exchange over the internet these days around. It helps us to use a standard format for data exchange which is supported by almost all of the programming languages available and is very powerful too
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 49 Topics: 14 |
|
|
September 11, 2008, 11:19:55 PM
|
XML is a very good language that transport very easily to independent plateforms. in most of the language XML is supported.it contains all the date into XML format and transfer very easily to other side. ADO.net uses the XML very efficiently.
|
|
| |
 |
Reputation Power: 1

| | Regular Coder Posts: 50 Topics: 15 |
|
|
September 13, 2008, 09:17:22 AM
|
A reasonably efficient way of storing certain categories of data. Is very popular for web developers when it comes to exporting information for CMS and makes a good web site map storage container.
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 5 Topics: 1 |
|
|
October 11, 2008, 07:22:04 AM
|
XML - i dont know what to say about this great markup Language, without XML there will not be AJAX which is one of the powerful technologies for web programming. using XML and AJAX you can develop great web application just look at facebook.com and you will see what is the power of this language. Technically is the same like HTML but with XML you are free to create your own tags and you dont have limits on how many tags you can create. Young peoples who wants to became an web developer i will suggest them to learn this powerful language and in the same way they must learn AJAX. For basic examples about AJAX you can ask me anytime here.
regards
|
|
| |
 |
Reputation Power: 17

| | Code Guru Gender:  Posts: 1403 Topics: 86  |
|
|
October 13, 2008, 04:22:07 AM
|
From the looks of it you seem to have a fondness for AJAX - do you do mostly webbased development?
|
|
| |
 |
Life Is Good! Reputation Power: 3

| | Professional Coder Gender:  Posts: 241 Topics: 3  |
|
|
June 27, 2011, 08:04:38 AM
|
XML is another way to store data.. just like how a database would work..
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
June 28, 2011, 03:38:28 AM
|
Extensible Markup Language (XML) is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification[4] produced by the W3C, and several other related specifications, all gratis open standards.[5]
The design goals of XML emphasize simplicity, generality, and usability over the Internet.[6] It is a textual data format with strong support via Unicode for the languages of the world. Although the design of XML focuses on documents, it is widely used for the representation of arbitrary data structures, for example in web services.
Many application programming interfaces (APIs) have been developed that software developers use to process XML data, and several schema systems exist to aid in the definition of XML-based languages.
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Posts: 227 Topics: 7 |
|
|
July 21, 2011, 01:35:41 AM
|
For me xml is a most user friendly and it is not replacement to html while it is compliment to html. I think xml is the future for all data transmission and data manipulation over the Web.
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Location: India, Punjab/Ludhiana
Posts: 183 Topics: 2  |
|
|
May 19, 2012, 12:06:36 AM
|
For me XML is a flexible and structured way to define documents and information.
|
|
| |