Explain the purpose of using XML
Explain the purpose of using XML.
Expert
Here are some reasons for using XML but not in particular order. Not all of such will apply to your own needs, and you may have additional purposes not mentioned now.
• XML can be used to explain and identify information unambiguously and accurately, in a way which computers can be programmed to understand (well, at least control as if they could know).
• XML permits documents that are all the same type to be created consistently and without any structural errors, since it provides a standardised way of explaining, controlling, or allowing/disallowing particular kinds of document structure. Remember that this has absolutely nothing whatever to do along with formatting, appearance, or the definite text content of your documents, simply the structure of them.
• XML gives a robust and durable format for information transmission and storage. Robust because this is based on a proven standard, and can therefore be tested and verified; durable since it uses plain-text file formats that will outlast proprietary binary ones.
• XML gives a common syntax for messaging systems for the exchange of information among applications. Previously, all messaging system had its own format and all were various, which made inter-system messaging unessential messy, expensive and complex. If everyone uses similar syntax this makes writing these systems much faster and extra reliable.
Create a three dimensional diagram of function z = (x-2)2 + (y-3)3.
I am not capable to install Symbian SIS file to Symbian OS v.9.x tool? What must I do?
What do you mean by the term java AWT? Describe in brief.
Define the term Top level class: It is a class defined either at outermost level of a package or the static nested class.
Define the term Peripheral devices: It is the devices attached to a computer, like disk drives, printers, mice, and so forth.
Static variable: It is a static variable defined within a class body. Such a variable fits in to the class as a whole, and is, thus, shared by all objects of the class. The class variable may be employed to define the default value of an instance vari
Write a recursive function intpower(base, exponent) that when invoked returns base^exponent. For example, intpower(3,4) = 3*3*3*3. Assume that the exponent is an integer greater than or equal to 1.
Write a program that prints out all prime numbers between 1 and 1000. Print the values out ten per line, with digits lined in proper columns.
Connection handshake: It is the exchange of messages among two processes in an attempt to create a connection between them.
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
18,76,764
1926256 Asked
3,689
Active Tutors
1447566
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!