Unit-5 - 2 Marks
Unit-5 - 2 Marks
Unit-5 - 2 Marks
1. What is XML?
XML stands for EXtensible Markup Language
XML is a markup language much like HTML
XML was designed to store and transport data
XML was designed to be self-descriptive
XML is a W3C Recommendation
6. What is DTD?
DTD stands for Document Type Definition. It defines a leading building block of an XML document. It defines:
Names of elements
How and where they can be used
Element attributes
Proper nesting
9. What is XSL?
XSL stands for Extensible Stylesheet Language. It is a language for expressing stylesheets. These stylesheets are like
CSS which describes how to display an XML document of a given type.
An XML namespace is a collection of element type and attribute names. It is a URI due to which any element type or
attribute name in an XML namespace can be uniquely identified.
It consists of two parts : the name of the XML namespace and the local name.
e.g.: xmlns: h=”http://www.abc.com”
<h:table>
……..
</h:table>
to associate the table with the declared namespace.
Port - It is a combination of a binding and a network address, providing the target address of the service
communication.
Service - It is a collection of related end-points encompassing the service definitions in the file; the services map the
binding to the port and include any extensibility definitions