--%>

Give some instances of XML DTDs or schemas

Give some instances of XML DTDs or schemas which you have worked with?

E

Expert

Verified

Though XML does not need data to be validated against a DTD, several of the benefits of using the technology are derived by being able to validate XML documents in opposition to technical or business architecture rules. Polling for the list of DTDs which developers have worked with gives insight to their general exposure to the technology. The concept candidate will have knowledge of some of the commonly used DTDs like FpML, HRML, DocBook and RDF, an also experience designing a custom DTD for a special project where no standard existed.

   Related Questions in Programming Languages

  • Q : What is Character set encoding

    Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.

  • Q : What is Factory pattern Factory pattern

    Factory pattern: A pattern of class definition which is employed as a generator of instances of other classes. Frequently employed to form platform- or locale-particular implementations of abstract classes or interfaces. This decreases coupling betwee

  • Q : Ways in which Java program is less

    Give two ways in which a Java program is less likely to be compromised than the same program written in C++.

  • Q : Define Loop variable Loop variable : A

    Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.

  • Q : Use Polymorphism Use Polymorphism :

    Use Polymorphism: Programs, especially those converted from non-OOP languages like C, sometimes use state where they should use inheritance. For example,

    Q : What do you mean by program counter

    What do you mean by the term program counter? Write down its use?

  • Q : Use of System Dynamic and System Runtime

    What is the use of System.Dynamic and System.Runtime.CompilerServices namespaces?

  • Q : Define the term Inheritance Inheritance

    Inheritance: It is a feature of object-oriented programming languages in which a sub-type inherits methods and variables from its super-type. The Inheritance is most generally employed as a synonym for class inheritance {class!inheritance}, however in

  • Q : Define the term Heterogeneous collection

    Define the term Heterogeneous collection: It is a collection of objects with distinct dynamic types

  • Q : Advantage of wrapping database calls in

    What is the advantage of wrapping database calls in MTS transactions?