--%>

Who is liable for XML

Who is liable for XML?

E

Expert

Verified

XML is a project of the W3C that is World Wide Web Consortium, and the development of the specification is supervised through an XML Working Group. The Special Interest Group of co-opted experts and contributors by different fields contributed comments and reviews through email.

XML is a public format: this is not a proprietary development of any company, though the membership of the WG and the SIG shown companies as well as academic and research institutions. The v1.0 specification was accepted through the W3C like a Recommendation on Feb 10, year 1998.

   Related Questions in Programming Languages

  • Q : Explain the way to initialize contents

    Explain the way to initialize contents of a dialog.

  • Q : Examples for 8 -16 - 32 bit

    Normal 0 false false

  • Q : What is validating parser What is

    What is validating parser? Answer: A parser makes sure that an XML document is valid additionally to being well formed.

  • Q : Define Comment Comment : It is a piece

    Comment: It is a piece of text proposed for the human reader of a program. The compilers disregard their contents.

  • Q : Illustrates the difference between

    Illustrates the difference between Property Get, Let and Set?

  • Q : Computer science 1. Here is a short

    1. Here is a short program. It prints out the value of a variable "x". Ernie and Bert disagree about what will be printed: Ernie says, the value gets changed in "changeX" so it will print "7", and Bert says, no, when the function exits the changes get reversed and the value goes back to "5". Explain

  • Q : Explain Virtual memory Virtual memory :

    Virtual memory: It is computer will comprise a limited amount of real memory accessible to it. Programs frequently need more memory than the quantity of real memory. Moreover, in a multiprogramming system, various processes will be competing for simil

  • Q : Define Scope Scope : A language's scope

    Scope: A language's scope rules establish how broadly variables, methods and classes are visible in a class or program. The local variables contain a scope restricted to the block in which they are stated, for example. Private methods and variables co

  • Q : Advantages of Object oriented

    Q. What are the advantages of Object Oriented Programming languages? Explain them. Ans. : Object oriented programming language has following advantages-

    Q : What are Literals What are Literals and

    What are Literals and also state their respective types?