KyaPoocha.com

Huge Collection of Interview Questions


‘XML Interview Questions’ - KyaPoocha.com

What is XHTML? 

Is simple words, XHTML, or Extensible HTML, is HTML 4 with XML rules applied to it (each begin tag must have an end tag, attribute values in single/double quotes,... Read more »

Was XML created to replace HTML? Or will XML ever replace HTML? 

It is a fact that the problem with HTML is that combines “data” with the “presentation” details, but XML was not necessarily created to replace... Read more »

What is the use of Namespaces in XML? 

As XML does not predefine any set of tags/attribute names. Hence, it is quite possible that two totally different XML documents, defined by two totally different... Read more »

Is it possible to include international character (such as Japanese, or Chinese) characters inside an XML document. If yes, how? 

Yes, XML being a Unicode-text-based standard supports international characters. The encoding attribute value in the XML declaration line () needs to be properly... Read more »

If XML is all about “text” data, is it possible to include binary data (such as an image) in an XML document? If yes, how? 

Yes, it is possible to include binary data as part of XML document. The binary data needs to be hex or base64 encoded. Most of the parsers and various XML tools... Read more »

What is W3C and what is its role in the development of XML family of technologies? 

World Wide Web Consortium (W3C), founded by Tim Berners-Lee (inventor of the Web), is a group of less than 100 full-time staff and about 500 members, which includes... Read more »

What is the difference between well-formed and valid XML document? 

W3C, in the XML specification, has defined certain rules that needs to be followed while creating XML documents. The examples of such rules include: having exactly... Read more »

What is XML, and why it is gaining such a momentum? 

XML, or Extensible Markup Language, is an excellent way of representing data in a structured format. The most popular application of XML is for data-exchange. Like... Read more »

Explain what a DiffGram is, and a good use for one? 

A DiffGram is an XML format that is used to identify current and original versions of data elements. When sending and retrieving a DataSet from an XML Web service,... Read more »

Differences Between XML and HTML 

Some Differences between XML and HTML: XML HTML User definable tags Defined set of tags designed for web display Content driven Format driven End tags required... Read more »

Page 3 of 3«123