What is the difference between an XML "Fragment" and an XML "Document." ?
Answer Posted / 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 View All Answers
Can abstract class have private constructor c#?
Define thread? Explain about multithreading?
What does dbml stand for?
Can we have multiple threads in one app domain?
What is whitespace in c#?
Why do we use parameters in c#?
What is the syntax for calling an overloaded constructor within a constructor?
Define delegate?
What is the use of 'using' statement in c#?
What is use of list in c#?
Is null in c#?
Define multicast delegate in c#?
What is the difference between a class and an object c#?
What are virtual destructors?
What are anonymous types in c#?