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 meant by collections in c#?
What is console application with example?
how dot net compiled code will become platform independent?
Explain the security with aop?
What is the use of system.environment class in c#.net?
Which debugging tools you can use in the .NET ssSDK?
What does void mean in c#?
How does insertion sort work?
What is entity framework in c#?
What is dependency injection?
What is the real use of interface in c#?
What is a class level variable in c#?
What is difference between hashtable and dictionary in c#?
Write a program to find the angle between the hours and minutes in a clock
What is asp net in c#?