Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve ?



Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to so..

Answer / saxena

"The XML Information Set (Infoset) defines a data model for XML. The Infoset describes the abstract representation of an XML Document. Infoset is the generalized representation of the XML Document, which is primarily meant to act as a set of definitions used by XML technologies to formally describe what parts of an XML document they operate upon.
The Document Object Model (DOM) is one technology for representing an XML Document in memory and to programmatically read, modify and manipulate a xml document.
Infoset helps defining generalized standards on how to use XML that is not dependent or tied to a particular XML specification or API. The Infoset tells us what part of XML Document should be considered as significant information.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

how can we pass parameters to a user control using delegates ?

1 Answers   IBM,


Which property of the textbox cannot be changed at runtime?

1 Answers  


What is the difference between an integer and int?

1 Answers  


What is Covariance and contravariance in C#?

1 Answers   HCL,


How can I create image pieces/sub image?

1 Answers  


how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.

1 Answers  


What are static and dynamic variables?

1 Answers   CGI,


Can we declare class as protected?

1 Answers   Infosys,


What is asp net in c#?

1 Answers  


Valuetype/reference type?

6 Answers   Microsoft,


What is the file extension for c#?

1 Answers  


What is difference between dictionary and hashtable?

1 Answers  


Categories