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
How many bytes is a long c#?
if a method is marked as protected internal who can access it?
What is the main purpose of linq?
Can you specify nested classes as partial classes?
Can hashtable have duplicate keys?
What is c-sharp (c#)?
windows c# using datagridview in edit form sql server
How do you clear a list in c#?
Can I do things in il that I can't do in c#?
What are desktop applications examples?
How is a strongly-named assembly different from one that isn’t strongly-named?
Explain the top reason to use c# language?
Which is better python or c#?
What can I create with c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?