--%>

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 : UK assignment & homework help Need UK

    Need UK Assignment Help, UK Homework Help. Get it now! HwA provides email based and live UK assignment help and UK homework help in a variety of subjects to the students based out

  • Q : What is Java What is Java: It is a

    What is Java: It is a portable high level programming language introduced by Sun Microsystems.

  • Q : Bank accounts Assignment &Code in JAVA

    Java Assignment Scenario:  Bank accounts Data structures need to be modelled with UML then created in Java

  • Q : How authorities save their Private Keys

    How do certifying authorities save their Private Keys?

  • Q : Explain Static variable Static variable

    Static variable: It is a static variable defined within a class body. Such a variable fits in to the class as a whole, and is, thus, shared by all objects of the class. The class variable may be employed to define the default value of an instance vari

  • Q : Property Specifications of Java

    Property Specifications: The most straightforward way to specify and check simple safety properties in JPF is to use Java assertions inside the application under analysis. This allows the specification of properties that only depend on the application

  • Q : Default function arguments C++ allows

    C++ allows us to call

  • Q : Application of S60 device The

    The application has been earlier tested along with an S60 2nd Edition device and this is Symbian Signed. So can I install similar application to another S60 device?

  • Q : Define Thread Thread : It is a

    Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.

  • Q : Describe tri-state devices Describe the

    Describe the tri-state devices and explain why they are necessary in a bus oriented system?