What is DOM and SOAP?



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

Post New Answer

More XML XSLT RSS Interview Questions

How do I create a rss link?

0 Answers  


Why do we need dtd?

0 Answers  


If I start using xml namespaces, do I need to change my existing dtds?

0 Answers  


Does xml support user-defined tags?

0 Answers  


What is GetElementbyname method will do?

1 Answers  






What is meant by wsdl?

0 Answers  


How do I open an xml file?

0 Answers  


What’s a document type definition (dtd) and where do I get one?

0 Answers  


Is xml used today?

0 Answers  


What is the use of xslt <xsl: for-each> element?

0 Answers  


What are the specifications defined in xslt?

0 Answers  


How do I convert xml to text?

0 Answers  


Categories