Top

XLL definition is used along with XML to specify

Share:
Q. XLL definition is used along with XML to specify
  1. The presentation of XML document
  2. The data types of the contents of XML document
  3. The structure of XML document
  4. The links with other documents
Answer: The links with other documents.
XLL definition is used along with XML to specify the links with other documents.
XML, in full extensible markup language, a document formatting language used for some World Wide Web pages.

XLL formally was called XLink. XLL stands for Extensible Linking language and consists of the following parts:
·   XPointer - It is built on XPath and it establishes a common system to specify node locations. It allows for locating data that is not a complete node. 
·   XLink - Advanced linking. It links to multiple destinations, is bi-directional and allows for links to be displayed on other documents 
·   XInclude - Merges XML infosets into one Infoset.

    No comments