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

Why do we use inheritance in c#?

0 Answers  


Is an array an object c#?

0 Answers  


What is alias in c#?

0 Answers  


What is windows form in c#?

0 Answers  


How does bitwise work?

0 Answers  






Can destructors have access modifiers?

0 Answers  


What are the advantages of constructor?

0 Answers  


What is the differences between datagrid, datalist and repeater in .net?

0 Answers  


Explain the importance and use of each, version, culture and publickeytoken for an assembly.

0 Answers  


Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


What is dictionary collection in c#?

0 Answers  


Can you pass parameters to destructors?

0 Answers  


Categories