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 I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
How can we set class to be inherited, but prevent the method from being over-ridden?
Do while loops yes or no c#?
What is the full form of GAC? Explain its uses?
What is sorted list in c#?
Can we have 2 main methods in c#?
Is system a class in c#?
How do you sort a list in c#?
What is default parameter in c#?
What is application c#?
what is a structure in c#
Is there any sample c# code for simple threading?
Name the method of servicebase class?
What is a static field?
What is anonymous methods in c#?