61.What is Complex Element?A complex element contain other elements or attributes and following are kinds of Complex Elements:
62.Is there a way to describe XML data?Yes, XML uses Document Type Definition (DTD) to describe the data. 63.What are the three parts of XSL?XSL consists of three parts:
64.What is the correct syntax when we define XML version?<?xml version=”1.0”/>
is the correct declarative syntax used to define XML version.
65.If XML attribute name itself has double quotes, then how it can be represented?Attribute name can be represented within single quotes if double quotes are present in the attribute name. <country city='Texas "US"'></country>
66.What are the types of XML Parsers?There are two types of parsers – Non-Validating and Validating Parsers. Name itself implies Non-Validating will not validate the XML and Validating parser will validate the XML with DTD. 67.Whether root element is required for XML? If so, how many root elements are required?Yes, root element is required, and it can have only one root element in each XML. 68.What is XML Signature?XML Signature is recommended by W3C, and it acts as a digital signature for XML documents. If the signature is contained outside the document, it is called detached signature. If it contains inside the XML document, then it is called Enveloping signature. 69.What is Data Island?An XML Data island is XML data embedded into a HTML page. This works only with the Internet. 70.What is DiffGram in XML?A DiffGram is an XML format which is used to find current and original versions of XML document. 71.What is SAX?SAX is an interface processing XML documents using events. 72.?
73.?
74.?
75.?
76.?
77.?
78.?
79.?
80.?
|