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

What is jagged array?

0 Answers  


Explain lock, monitors, and mutex object in threading.

0 Answers  


Why generics are used?

0 Answers  


1. Describe page life cycle?

3 Answers   Mphasis,


What are the types of comments in c#?

0 Answers  






How to find methods of a assembly file (not using ILDASM)?

0 Answers  


Which is more efficient for loop or while loop?

0 Answers  


What is continue in c#?

0 Answers  


Can datetime be null c#?

0 Answers  


Explain about accessibility modifier 'protected internal'?

0 Answers  


What debugging tools come with the .NET SDK? CorDBG

1 Answers  


What is the namespace for datatable in c#?

0 Answers  


Categories