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 Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Is visual c# free?
What are regular expressions? Search a string using regular expressions?
How do I automate my desktop application?
What is file extension of webservices?
Is it good to use var in c#?
What is constructor overloading in c#?
How do I make a dll in c#?
Is c# code is managed or unmanaged code?
What is foreach loop in c#?
What is difference between an Structure and Class?
What are the types of inheritance in c#?
Which control cannot be placed in mdi?
How do you prevent a class from being inherited in c#?
Why do we use Design Pattern in C#?