Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve ?
Answer Posted / 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 View All Answers
How do I type a whitespace character?
How do I simulate optional parameters to com calls?
What is polymorphism in c sharp?
What are the differences between system.string and system.text.stringbuilder classes?
What is difference between first and firstordefault?
What is xml c#?
What is datacontract in c#?
How do I format in c#?
What is lazy loading and eager loading in c#?
Why main is static in c#?
Explain the difference between user control and custom control. Also, explain their use.
What is the process of delegation?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is mvc firstordefault?
What is hashmap in c#?