--%>

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 : Explain the good example of XHTML

    Explain the good example of XHTML element opening tags.

  • Q : What is an Infinite recursion Infinite

    Infinite recursion: Recursion which does not finish. This can effect from any of direct recursion, indirect recursion or the mutual recursion. It is generally the outcome of a logical error, and can consequence in stack overflow.

  • Q : Define Property Specifications Property

    Property Specifications: Users can specify assertions using the assert(expr) statements. An assert statement is used to check if the property specified by the expression expr is valid within a state. If expr evaluates to 0, this implies that it is not

  • Q : Define Implements clause Implements

    Implements clause: That part of a class header which points out which interfaces are applied by the class. A class might implement for more than one interface.

  • Q : What is Filter stream Filter stream :

    Filter stream: It is an input-output class which filters or manipulates its stream of input- or output-data in some manner. Two illustrations are: DataInputStream and DataOutputStream.

  • Q : What is session What is meant by the

    What is meant by the session?

  • Q : What is an Operand Operand : An operand

    Operand: An operand is an argument of the operator. Expressions comprise combinations of operands and operators. The value of an expression is determined by exerting the operation stated by each and every operator to the value of its operands.

  • Q : Explain Package declaration Package

    Package declaration: It is a declaration employed to name a package. This should be the first item in the source file, preceding any import statements. For example,     pa

  • Q : Virtual memory used in Windows

    Explain why the virtual memory is to be used in Windows architecture?

  • Q : What is Behavior Behavior : It is the

    Behavior: It is the methods of a class which implement its behavior. A particular object's behavior is a mixture of the method definitions of its class and the present state of the object.