--%>

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 : Explain Synchronized statement

    Synchronized statement: It is a statement in which an object-lock should be obtained for the target object prior to the body of the statement and can be entered. Employed to enclose a critical section in order to save a race hazard.

  • Q : Fact table and dimension table describe

    describe the foreign key in fact table and dimension table

  • Q : What is Reflection Reflection : It is

    Reflection: It is the ability to find out what fields, methods, constructors, and so forth, are stated for an object or class. Reflection is supported by the Class ‘class’, and other classes in the java.lang.reflect package. Reflection mak

  • Q : Properties exposed through ActiveX

    Write down the properties exposed through ActiveX controls?

  • Q : Explain the segmentation with paging

    Explain the segmentation with paging.

  • Q : Explain way to open one resistance of

    Explain the way to open just one resistance of vb application (.exe).

  • Q : Define the term CPU Scheduler Define

    Define the term CPU Scheduler?

  • Q : Define Final variable Final variable :

    Final variable: A variable with final reserved word in its declaration. The final might not assigned to once it has been initialized. Initialization frequently occurs as a part of its declaration. Though, the initialization of an uninitialized final f

  • Q : Inventory management system in UML

    Mini-Case The Hatcher Company is in the process of developing a new inventory management system.  One of the event handling processes in that system is Receive Supplier Shipments.  The (inexperie

  • Q : What is a Pipe Pipe : It is a linkage

    Pipe: It is a linkage between the two program components. One component responds as a source of data, and writes into the pipe. The second components act as a receiver (that is, sink) for the data and reads from pipe.