nath.bplb 0 Posted June 16, 2011 Report Share Posted June 16, 2011 I'm learning here XML.....//// Every lessons i understood clearly....//// But i can't make out in which case XML is used....I mean what's the practical use of it ? Quote Link to post Share on other sites
Ingolme 1,032 Posted June 16, 2011 Report Share Posted June 16, 2011 It's used to interchange tree-structured data between applications. XML on its own can't do anything, you need to make applications that read it. You can learn how to do that in the XML DOM tutorial. Quote Link to post Share on other sites
jeffman 86 Posted June 16, 2011 Report Share Posted June 16, 2011 For one example, RSS feeds are written in XML format. Because XML is an easy and universal standard, this makes it very easy for developers to add RSS functionality to their websites without having to learn something new. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.