What is the difference between an XML "Fragment" and an XML "Document." ?



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

Post New Answer

More C Sharp Interview Questions

what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


What is difference between method and function in c#?

0 Answers  


What is the purpose of constructor in c#?

0 Answers  


Can u create multiple threads of execution ?

1 Answers   IBM, ITC Infotech, UHU,


Explain ACID rule of thumb for transactions.

1 Answers  


What is tpl in c#?

0 Answers  


how to implement a web service in .net

0 Answers  


What is xslt in c#?

0 Answers  


Explain the process of abstraction with an example?

0 Answers  


Give some examples of commonly used i/o classes?

0 Answers  


How many types of constructors are available in c#?

0 Answers  


Can we inherit a class with private constructor in c#?

0 Answers  


Categories