What is DOM and SOAP?
Answer / sreedevi
Document Object Model (DOM) is a platform and language
neutral interface that allows programs and scripts to
dynamically access and update the content, structure, and
style of a document.
SOAP is a protocol for exchanging XML-based messages over a
computer network, normally using HTTP. SOAP forms the
foundation layer of the web services stack, providing a
basic messaging framework that more abstract layers can
build on. SOAP facilitates the Service-Oriented
architectural pattern.
| Is This Answer Correct ? | 10 Yes | 0 No |
What is the correct syntax when we define XML version?
Write the steps involved in the creation of a custom schema.
What are the xml elements?
What are DOM and SAX ?
Explain an overview of xml.
What happens when an xml namespace declaration goes out of scope?
What happens about the presence of the top-level element?
What are xml attributes? Explain with an example.
Briefly explain the xml spy 2005 multitool.
What is the version information in xml?
What is the difference between a simple element and a complex element?
Define xml?