--%>

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 : Kernel Mode Illustrate what are the

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

  • Q : Define the term Interprocess

    Define the term Interprocess communication: It is the ability of two or more separate processes to communicate with each other.

  • Q : Requirement of Timer control in AJAX

    Explain the requirement of a Timer control in the AJAX.

  • Q : Explain the difference between a

    Explain the difference between a computer process and thread.

  • Q : Define the term Key value Define the

    Define the term Key value: The object employed to produce an associated hash code for look-up in an associative data structure.

  • Q : Define Function Function : The name

    Function: The name given to assembly of statements which does some particular task and might return a value. Function can be invoked (or called) any number of time and anywhere in the program.

  • Q : What is Common Gateway Interface Common

    Common Gateway Interface: The Common Gateway Interface (abbreviated as CGI) is a standard which permits Web clients to interact with programs on Web server. The CGI script is on the server and is able to process arguments or input from a client, and r

  • 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 : Problem on COBOL if sentence Write a

    Write a COBOL IF sentence to use the values of numeric variables EXAM and COURSEWORK, both assumed to be with format PIC 999 and in the range 0 to 100 and to move the value:“FAIL”, “RC” ( resit coursework), “RE” (r

  • Q : Explain different types of variable iv

    The kind of value that a variable can own is known as data type. When we state a variable we require specifying the type of value it will own with the n