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
Why do we use polymorphism in c#?
What is the purpose of a console table?
What is asax file in c#?
what is the scope of anonymous type ?
What is data dictionary in c#?
What is binary search tree in data structure?
what is IComparable
Explain the difference between class and interface in .net?
What is difference between array and list?
Why do we need collections in c#?
How are methods overloaded?
Why do we use struct in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is difference between throw and throws in c#?
What are value types in c#?