XML Uses and Advantage
Uses and Advantages of XML are:
- XML is a meta-markup language that enables the creation of markup languages for particular documents and domains.
- XML tags describe the structure and semantics of a document’s content, not the format of the content. The format is described in a separate style sheet.
- XML documents are created in an editor, read by a Parser, and displayed by a browser.
- XML on the Web rests on the foundations provided by HTML, CSS, and URLs.
- Numerous supporting technologies layer on top of XML, including XSL style sheets, XLinks, and XPointers. These let you do more than you can accomplish with just CSS and URLs.
- XML tags are not pre-defined. You must define your own tags which provide more flexibility.
- RSS (Really Simple Syndication) Syndicated web site updates (news feeds and blog entries, for example)
- SOAP (Simple Object Access Protocol) Distributed application communication.
- WSDL (Web Services Description Language) Web services
- Open Document, Open file format for office applications (word processing, spreadsheet, and so on)
All of these markup languages are for metadata, but SGML and XML may be further considered meta-languages, since they can be used to create other metadata languages.




