--%>

Examples of applications which can benefit from using XML

Give some examples of applications which can benefit from using XML?

E

Expert

Verified

There are exactly thousands of applications which can benefit from XML technologies. The point of such question is not to have the candidate rattle off a laundry list of projects which they have worked on, but, quite, to permit the candidate to describe the rationale for choosing XML by citing some real world examples. For illustration, one suitable answer is which XML allows content management systems to store documents separately of their format that thereby reduces data redundancy.

Other answer relates to B2B exchanges or supply chain management systems. Within these instances, XML gives a mechanism for multiple companies to exchange data as per to an agreed on set of rules. A third common response includes wireless applications which need WML to render data in hand held devices.

   Related Questions in Programming Languages

  • Q : State De Morgans Theorem De Morgan's

    De Morgan's Theorem: The two rules which can help to simplify Boolean expressions comprising multiple logical-not operators in combination with the other Boolean operators.

  • Q : Networking Homework Assignment : A

    Homework Assignment : A Barbershop Problem Due: November 20, 2012 In this assignment, you are asked to write a multithreading problem to simulate the barbershop problem, which is a classical synchronization problem. The problem is taken from William Stallings's Operating Systems: Internals and D

  • Q : Difference between the choice and list

    Illustrate the difference between the choice and list?

  • Q : Define Unconditional Jumps

    Unconditional Jumps: Jumps which are not strictly upwards in the block hierarchy can require extensive control-flow manipulation, including creation of redundant code, and should be avoided if possible. Such jumps add considerable modeling overhead fo

  • Q : Explain the term Test Fusion Report of

    Explain the term Test Fusion Report of QTP?

  • Q : Security features in the UNIX State the

    State the various security features within the UNIX?

  • Q : Differentiate overriding and

    Differentiate overriding and overloading method?

  • Q : Define Object serialization Object

    Object serialization: The writing of an object's contents in such a manner that its state can be restored, either at a later time, or in a different procedure. This can be employed to store objects between runs of a program, or to transfer or shifts o

  • Q : Programming analysis and design

    Illustrate the term programming analysis and design in brief.

  • Q : Assembly program that reads in five

     I need to write assembly program that reads in five numbers from the user. The user can then be prompted for one of the following pieces of information to be computed and returned: . the mean of the five numbers; . the largest number in the set; . the smallest number in the set; . t