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

Structs are not reference types. Can structs have constructors?

0 Answers  


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


Can we override static class in c#?

0 Answers  


What the different phase/steps of acquiring a proxy object in webservice?

0 Answers  


Is an interface a type c#?

0 Answers  






What is use of singleton class in c#?

0 Answers  


Can you use foreach iteration on arrays in c#?

0 Answers  


When should I use static in C#?

0 Answers   SwanSoft Technologies,


What happens when thread sleep () method is called?

0 Answers  


What is the difference between array and list in c#?

0 Answers  


Define boxing and unboxing in c#?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


Categories