--%>

Where must I utilize XML

Where must I utilize XML?

E

Expert

Verified

Its goal is to allow generic SGML to be served, received and processed upon the Web in the way which is now possible along with HTML. It has been designed for ease of implementation and for interoperability along with both HTML and SGML.

In spite of early attempts, browsers never permitted other SGML, only HTML (though there were plugins), and they permitted it (even encouraged this) to be broken or corrupted, which held development back for over a decade by making this impossible to program for this reliably. XML fixes which by making this compulsory to stick to the rules, and with making the rules much easiest than SGML.

But XML is not now for Web pages: actually it's very rarely used for Web pages upon its own since browsers still don't give reliable support for formatting and transforming this.

   Related Questions in Programming Languages

  • Q : Phenomenon of page fault Explain the

    Explain the phenomenon of page fault?

  • Q : Define Applet Applet : The Applets are

    Applet: The Applets are Java programs based on the Applet or JApplet classes. They are closely related with the capability to give active content within the Web pages. They have numerous features that differentiate them from ordinary Java graphical ap

  • Q : Kernel Mode Illustrate what are the

    Illustrate what are the different functions of Kernel Mode, interrupts and system calls?

  • Q : What is Stepwise refinement Stepwise

    Stepwise refinement: It is a divide and conquer approach to the programming, in which a complicated problem is recursively divided into smaller, sub-problems and more manageable. This approach to program design is frequently employed with structured p

  • Q : C Sharp console application Write a

    Write a simple C# console application to consume the service to generate uniform random numbers.

  • Q : Create an applet of bounces in JAVA

    Create an applet that bounces a blue ball inside an applet using Thread.  The ball (diameter is 10) will start at position (0,0).  When the ball hits the edge of the applet, the ball should bounce off the edge at a randomly selected angle between 20 and 60 d

  • Q : Define Assembler Assembler : The

    Assembler: The program employed to translate a program which is written in assembly language into the binary form of a specific instruction set.

  • Q : Benefits of the event-delegation model

    Write down some of the benefits of the event-delegation model over event-inheritance model?

  • Q : Storing the CSS Definitions in external

    Describe the code in order to store CSS Definitions within the external Files.

  • Q : Define Object-oriented language

    Object-oriented language: Programming languages like Java and C++ which permit the solution to a trouble to be stated in terms of objects that belong to the classes.