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
What is meaning of type safety in c#?
How more than one version of an assembly can keep in same place?
If I return out of a try/finally in c#, does the code in the finally-clause run?
Explain about WSDL
What is difference between write and writeline in c#?
In dynamic link library, which api is used for load library?
How does the clr work?
What is view state c#?
Is string immutable in c#?
What is lazy in c#?
how dot net compiled code will become platform independent?
How do I create a dbml file?
What are the properties in c#?
What is hashtable c#?
Is dictionary a collection?