What is the difference between an XML "Fragment" and an XML "Document." ?
Answer / ajay vikram
An XML fragment is an XML document with no single top-level root element. To put it simple it is a part (fragment) of a well-formed xml document. (node) Where as a well-formed xml document must have only one root element.
Is This Answer Correct ? | 0 Yes | 0 No |
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is difference between method and function in c#?
What is the purpose of constructor in c#?
Can u create multiple threads of execution ?
1 Answers IBM, ITC Infotech, UHU,
Explain ACID rule of thumb for transactions.
What is tpl in c#?
how to implement a web service in .net
What is xslt in c#?
Explain the process of abstraction with an example?
Give some examples of commonly used i/o classes?
How many types of constructors are available in c#?
Can we inherit a class with private constructor in c#?