--%>

Illustrations of XML DTDs or schemas

Give some illustrations of XML DTDs or schemas which you have?

E

Expert

Verified

However XML does not need data to be validated against a DTD, several of the benefits of using the technology are derived by being capable to validate XML documents against technical or business architecture rules. Therefore, polling for the list of DTDs which developers have worked with gives insight to their general exposure to the technology.

   Related Questions in Programming Languages

  • Q : Explain Operating system Operating

    Operating system: The operating system permits a computer's hardware devices to be accessed by the programs. For example, it permits data to be managed on a computer's disks in the form of a file system and it delivers the co-ordinate positions of a m

  • Q : Explain the way to close an XHTML

    Explain the way to close an XHTML element.

  • Q : Define Class Class : It is a

    Class: It is a programming language concept which permits data and techniques to be grouped altogether. The class concept is basic to the notion of an object-oriented programming language. Methods of a class define the set of permitte

  • Q : CORBA allows high performance

    'CORBA was designed to allow high performance distributed applications to be written’. Discuss. Definitely, ’CORBA was designed to allow high performance distributed applications to be written’ because it provides:

  • Q : State Precedence rules Precedence rules

    Precedence rules: The rules which determine the order of computation of an expression comprising more than one operator. The operators of higher precedence are computed before those of lower precedence. For example, in the expression x+y*z, the multip

  • 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.

  • Q : State Default label Default label : The

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.

  • Q : Explain the applications of packing

    Explain the applications of packing life cycle.

  • Q : Define the term Class constant Define

    Define the term Class constant: A variable which is defined as both final and static.