.NET FAQs Unleashed!
 
    
    

What is XML?

The World Wide Web Consortium (W3C in short) defines and maintains the XML standard. XML stands for eXtensible Markup Language. It is an industry standard framework for encoding information in a structured fashion. XML is read by software applications or code called as XML parsers.

XML is a markup language, written and structured using opening and closing chevrons (the greater than and less than symbols, these are also called angular brackets, and they look like this < > ) and is primarily comprised of nodes, elements and attributes.

It is said to be extensible because applications can create new types of XML constructs with different types of elements and attributes.

Silverlight DOM Parser   Parents of Child Elements   XML document using LINQ   XML document using XDocument and XElement?   Attributes and XAttribute    Read XML using XPathDocument    Search XML using LINQ   Serialize and deserialize XML    Empty XML element   Advantage of XmlReader and XmlWriter   Well formed XML VS Valid XML    XHTML VS HTML   Define XML  

More Interview Questions.....