Explain the common uses of XML
Explain the common uses of XML.
Expert
Common uses for XML have following features:
Information identification:
Since you can define your own markup, you can describe meaningful names for all your information items. All information storage since XML is portable and non-proprietary; this can be used to store textual information across some platform. Since it is backed by an international standard, this will remain processable and accessible like a data format.
Information storage:
Since XML is portable and non-proprietary, thsi can be used to store textual information across some platform. Since this is backed by an international standard, this will remain processable and accessible as a data format. Information structure:
XML can hence be used to store and identify any type of (hierarchical) information structure, particularly for long, complex or deep document sets or data sources, making this ideal for an information-management back-end to serving the Web. It is its most common Web application, along with a transformation system to serve this as HTML till such time as browsers are capable to handle XML consistently.
Publishing:
The original objective of XML as explained in the quotation at the start of this section. Combining the three earlier topics as identity, storage and structure, means this is possible to get all the benefits of robust document management and control (along with XML) and publish to the Web (like HTML) and also to paper (like PDF) and to other formats (for example: Braille and Audio, etc) by a single source document using the suitable stylesheets.Messaging and data transfer:
As well XML is very heavily used for enclosing or encapsulating information orderly to pass this between various computing systems that would otherwise be unable to communicate. By giving a lingua franca for data identity and structure, this gives a common envelope for inter-process communication (messaging). Web services Building upon all of these, and also it’s utilize in browsers, machine-processable data can be exchanged among consenting systems, where before this was only comprehensible by humans (HTML). Weather services, e-commerce sites, AJaX sites, blog newsfeeds and thousands of other type’s data-exchange services use XML for data transmission and management, and the web browser for display and interaction.
Give a brief introduction about the operation of your program and show that you understand the idea behind threads and mutual exclusion variable. Why do we need to use mutual exclusion to control the access of the three global variables? What is the potential p
While loop: It is one of Java's three control structures employed for looping. The other two are: do loop and for loop. The while loop comprises of a Boolean expression and a loop body. The condition is tested prior to the loop body is entered for the
Function overloading in C++: The function name containing numerous definitions which are differentiable by the number or kinds of their arguments is termed as function overloading.
Expression: It is a combination of operands and operators which generates a resultant value. Expressions contain a resulting type that affects the context in which they might be employed.
What do you mean by the term java AWT? Describe in brief.
State the term URN?
Normal 0 false false
Give some illustrations of XML DTDs or schemas which you have?
Absolute filename: It is a filename whose full path is unambiguously provided starting from the top (that is, root) of a file system tree. For example: c:\Java\bin\javac.exe
Define the term Field: Variables stated within a class or interface, exterior of the methods. The fields are members of a class.
18,76,764
1931394 Asked
3,689
Active Tutors
1413705
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!