New XML XSLT RSS Interview Questions :: ALLInterview.com http://www.allinterview.com New XML XSLT RSS Interview Questions en-us What is the difference between asp and asp.net http://www.allinterview.com/showanswers/74146.html active server page Why is WEB.XML file used? http://www.allinterview.com/showanswers/64740.html Web.xml is a simple configuration setup file for the root of web-app .here we can descript the class and path of the web core... How to send xml attachment as mail after generating using SAX parser http://www.allinterview.com/showanswers/62408.html In both cases Schema is same xml files are different when u opt xmlT http://www.allinterview.com/showanswers/35439.html what is the difference between xpath document and xml document? http://www.allinterview.com/showanswers/35438.html XmlDocument and XPathDocument are based on different data models. XmlDocument is based on W3C XML DOM, which is object model that basically covers all XML syntax, including low level syntax sugar such as entities, CDATA sections, DTD, notati when you go for xmlTextReader and when you opt xmlDocument? http://www.allinterview.com/showanswers/35437.html We use XMLTextReader to read XML streams.XMLdocument can be used to edit and navigate the document. How do you access elements in XML document? http://www.allinterview.com/showanswers/33038.html Creating Object for XML we can Access the Elements... Microsoft Provider.... How do you load XML document and perform validation of the document? http://www.allinterview.com/showanswers/33037.html Using DTD we can load XML document. using Parser of XMLSpy to perform validation of the document In what cases u used xml? http://www.allinterview.com/showanswers/33036.html For the use of web publishng what is the XML? what is the difference between XML AND HTML? How it http://www.allinterview.com/showanswers/28986.html XML is a eXtensible markup language. It is a subset of SGML. XML: is not a case sensitive HTML: is a case sensitive XML: describes data and focus on what data is. HTML: displays data and focus on how data looks. XML: user defined tag. HTM Write code in xml which reads login and password ? http://www.allinterview.com/showanswers/28572.html <opt> <username>testuser</username> <password>frodo</password> </opt> or <params> <param name="action">login</param> <param name="login">j What is xml island tag? http://www.allinterview.com/showanswers/23212.html what are the advantages of xml? http://www.allinterview.com/showanswers/23211.html 1. Platform Independent : Uses plain-text format which is understandable on all platforms. 2. Extensible : Customized tags can be created as per the needs. Where do we use xml in Ms.net? http://www.allinterview.com/showanswers/23210.html Describe the two types of processing in xml? http://www.allinterview.com/showanswers/23209.html <?xml version='1.0'?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>