--%>

Illustrates XML is an important development

Illustrates XML is an important development.

E

Expert

Verified

This removes two constraints that were holding back Web developments:

1. Dependence upon a single, inflexible document type (HTML) that was being much abused for tasks this was never designed for;

2. The complexity of full SGML, that syntax allows several powerful if hard-to-program options.

It permits the flexible development of user-defined document types. This gives a robust, non-proprietary, verifiable and persistent file format for the transmission and storage of text and data both upon and off the Web; and this removes the more complex options of SGML, making this easier to program for.

   Related Questions in Programming Languages

  • Q : What is Bounded repetition Bounded

    Bounded repetition: The Repetition where statements within a loop's body are executed a fixed number of times and the number of times is established whenever the loop began. There is no control structure in Java which guarantees the bounded repetition

  • Q : Platform security of S60 third Edition

    How do I know that platform security abilities my S60 3rd Edition application needs?

  • Q : What is Automation Testing life cycle

    What is Automation Testing life cycle?

  • Q : DOT Net namespace Explain the main

    Explain the main classes given by the .NET namespace to process the XML files.

  • Q : What is Control structure Control

    Control structure: A statement which affects the flow of control in a method. The typical control structures are if statements and loops.

  • Q : Define Binary search Binary search :

    Binary search: This is a search of sorted data, in which the middle place is examined first. The search continues with either the right or the left part of the data, therefore removing half the remaining search space. This procedure is repeated at eac

  • Q : What is Static initializer Static

    Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.

  • Q : Explain Infinite loop Infinite loop :

    Infinite loop: The loop whose termination test never computes to false. At times this is a deliberate act on the portion of the programmer, employing a construct like:         whi

  • Q : Define the synchronization objects

    Define the synchronization objects. Ansewr: A synchronization object is use to co-ordinate the execution of many threads.

  • Q : "This" Pointer "this" pointer: In C++

    "this" pointer: In C++ uses a unique keyword called "this" to represent a object that