Results 1 to 6 of 6
Thread: What is XML and what its use
-
09-21-2011, 01:48 AM #1
Sophomore
- Join Date
- Jun 2011
- Posts
- 93
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
What is XML and what its use
Can you any share me What is xml and what it's use in programming langauge
-
12-11-2011, 08:07 AM #2
Freshman
- Join Date
- Apr 2010
- Posts
- 38
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
XML stands for Extensible Markup Language. XML documents are used to store structural text data. XML has many applications such as Google sitemap, PAD file for product documentation, etc.
-
12-30-2011, 01:49 AM #3
Freshman
- Join Date
- Jan 2011
- Posts
- 44
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
XML stands for eXtensible Markup Language.
XML is designed to transport and store data.
-
01-02-2012, 11:47 PM #4
Freshman
- Join Date
- May 2011
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
xml is a uniform way of presenting data. It is used commonly online in web applications and frequently in B2B transactions, etc. It is a common format for data exchange. Take a look at XSLT as well.
-
01-31-2012, 05:59 AM #5
Junior
- Join Date
- Dec 2010
- Posts
- 152
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
XML means Extensible Markup Language which used to store the structural data with the text file which saved with .xml extension. XML allow us to save data in XML files. XML file is also used as Metadata. Many languages like MathML, WML are developed with XML. And it is supported by database like MSSQL and Oracle.
-
02-04-2012, 04:50 AM #6
Sophomore
- Join Date
- Dec 2011
- Posts
- 119
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
XML stands for Extensible Markup Language. XML can make all the difference between taking advantage of the functionality offered by XML and struggling against the XML standard to get the basics of validation and parsing right.


Reply With Quote

