Explain the common uses of XML

Explain the common uses of XML.

E

Expert

Verified

Common uses for XML have following features:

Information identification:

Since you can define your own markup, you can describe meaningful names for all your information items. All information storage since XML is portable and non-proprietary; this can be used to store textual information across some platform. Since it is backed by an international standard, this will remain processable and accessible like a data format.

Information storage:

Since XML is portable and non-proprietary, thsi can be used to store textual information across some platform. Since this is backed by an international standard, this will remain processable and accessible as a data format.
Information structure:

XML can hence be used to store and identify any type of (hierarchical) information structure, particularly for long, complex or deep document sets or data sources, making this ideal for an information-management back-end to serving the Web. It is its most common Web application, along with a transformation system to serve this as HTML till such time as browsers are capable to handle XML consistently.

Publishing:

The original objective of XML as explained in the quotation at the start of this section. Combining the three earlier topics as identity, storage and structure, means this is possible to get all the benefits of robust document management and control (along with XML) and publish to the Web (like HTML) and also to paper (like PDF) and to other formats (for example: Braille and Audio, etc) by a single source document using the suitable stylesheets.
Messaging and data transfer:

As well XML is very heavily used for enclosing or encapsulating information orderly to pass this between various computing systems that would otherwise be unable to communicate. By giving a lingua franca for data identity and structure, this gives a common envelope for inter-process communication (messaging). Web services Building upon all of these, and also it’s utilize in browsers, machine-processable data can be exchanged among consenting systems, where before this was only comprehensible by humans (HTML). Weather services, e-commerce sites, AJaX sites, blog newsfeeds and thousands of other type’s data-exchange services use XML for data transmission and management, and the web browser for display and interaction.

   Related Questions in Programming Languages

  • Q : What is PIDs What is meant by the PIDs?

    What is meant by the PIDs?

  • Q : Describe MCP or Model Checker for C plus

    MCP: Model Checker for C++ (MCP) is an explicit-state software model checker being introduced by the Robust Software Engineering group at NASA Ames Research Center (Thompson and Brat, 2008). MCP was constructed specifically to allow programs written i

  • Q : Define Class inheritance Class

    Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single

  • Q : Write a program to print out ten random

    Write a program to print out ten random numbers from the following sets: a) {0, 1, 2, 3, 4, 5, ...99, 100} b) {1, 2, 3, 4, 5, 6} c) (10, 20, 30, 40, 50,...990, 1000} d) {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5} e) {1.5, 2.0, 2.5, 3.0, 3.5}  

  • Q : Which kernel objects is utilize for

    Which kernel objects is utilize for thread Synchronization on various processes? Answer: For thread synchronization on various processes kernel objects are utilize

  • Q : Explain Look-and-feel Look-and-feel :

    Look-and-feel: The visual impression and interaction style given by a user interface. This is mainly the responsibility of the window manager (that is, in collaboration with the fundamental operating system) running on a specific computer. This refers

  • Q : What is Actual argument Actual argument

    Actual argument: The value of an argument enacted to a method from exterior to the method. Whenever a method is called, the real argument values are copied into analogous formal arguments. The kinds of the actual arguments should be compatible with th

  • Q : What is Round robin allocation Round

    Round robin allocation: It is an allocation of time slices which repeatedly cycles regarding a set of eligible threads in the fixed order.

  • Q : Define the term Module Module : It is a

    Module: It is a group of program components, usually with restricted visibility to program components in other modules. Java employs packages to implement this perception.

  • Q : Explain the computer process Explain

    Explain the computer process.

©TutorsGlobe All rights reserved 2022-2023.