What is the difference between an XML "Fragment" and an XML "Document." ?



What is the difference between an XML "Fragment" and an XML "Document." ?..

Answer / 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

More C Sharp Interview Questions

Can you change the value of a variable while debugging a C# application?

1 Answers  


What does dbml stand for?

0 Answers  


how to print invert pyramid in c#

0 Answers   ForSight,


what is used ref keyword in c#,and how we used it?

2 Answers  


What is ilist c#?

0 Answers  


Does c# do array bounds checking?

0 Answers  


What is iqueryable in linq?

0 Answers  


What is an assembly qualified name? Is it a filename? How is it different?

0 Answers  


What is extension method in c sharp?

0 Answers  


What are the differences between static, public and void in c#?

0 Answers  


Define the term immutable ?

0 Answers   Siebel,


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


Categories