Intoduction to XML |
| |
|
DON'T TRY TO BEAT ME Activity
|
|
Regular Coder
Location: INDIA
Gender: 
Age: 24
Posts: 52 Topics: 31
|
|
|
January 03, 2009, 09:14:27 PM
|
|
Intoduction to XML XML stands for EXtensible markup language.It is very similar to HTML.It is used carry the data,not display the data.XML tags are not predifined,we must define our own Tag.
Example: <note> <to>Friend</to> <from>me<from</from> <heading>INTRODUCTION</heading> <body>This is an example for XML</body> </note>
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
January 04, 2009, 08:49:23 AM
|
Yup, it gives data meaning and is used extensively for many web things (SOAP for web services readily coming to mind) I think the w3schools tutorial on XML really is good at http://www.w3schools.com/xml/default.aspNick
|
|
| |
|
|
|
New Coder Posts: 15 Topics: 2
|
|
|
August 16, 2010, 03:54:05 AM
|
|
XML stands for Extensible Markup Language. XML is a W3C optional common function markup language for generate special-purpose markup languages. It is talented of recitation many different kinds of data.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
August 16, 2010, 04:29:15 AM
|
|
Now a days XML is more used as a communication medium between two application. Here the request is send into the XML format and response is received in XML format.
And off course Google take help of XML format sitemaps to crawl your site.
|
|
| |
|
|
|
Skilled Coder Posts: 125 Topics: 0
|
|
|
May 11, 2011, 12:00:45 AM
|
|
There is one key different between XML and HTML, XML was designed to transport and store data while HTML was designed to display data.
|
|
| |
|
|
|
Skilled Coder Real name: Janne
Location: california
Gender: 
Age: 26
Posts: 108 Topics: 1
|
|
|
May 11, 2011, 11:39:24 PM
|
|
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]
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 06, 2011, 01:18:54 AM
|
|
XML and HTML has similarities and differences. Just like the replies above. Dont worry, the logic of how to write them both are some what the same. Their capability is what makes them different.
|
|
| |
|
|
|
Skilled Coder Posts: 149 Topics: 0
|
|
|
June 06, 2011, 02:23:28 AM
|
|
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
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
July 04, 2011, 08:39:17 AM
|
|
XML serves just like a repository of data.. a very good alternative to databases..
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
July 10, 2011, 11:48:08 PM
|
|
Is Blogger XML?
|
|
| |
|
|
|
Regular Coder Gender: 
Age: 24
Posts: 60 Topics: 10
|
|
|
July 13, 2011, 12:08:50 AM
|
|
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 Although there are countless numbers of applications that use XML, here are a few examples of the current platforms and applications that are making use of this technology:
Cell Phones - XML data is sent to some cell phones. The data is then formatted by the specification of the cell phone software designer to display text or images, and even to play sounds! File Converters - Many applications have been written to convert existing documents into the XML standard. An example is a PDF to XML converter. VoiceXML - Converts XML documents into an audio format so that you can listen to an XML document.
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
July 13, 2011, 11:18:09 PM
|
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 Although there are countless numbers of applications that use XML, here are a few examples of the current platforms and applications that are making use of this technology:
Cell Phones - XML data is sent to some cell phones. The data is then formatted by the specification of the cell phone software designer to display text or images, and even to play sounds! File Converters - Many applications have been written to convert existing documents into the XML standard. An example is a PDF to XML converter. VoiceXML - Converts XML documents into an audio format so that you can listen to an XML document.
Very nice example for XML 
|
|
| |