Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve ?
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 |
What language do desktop applications use?
Overloaded constructor will call default constructor internally?
What is the purpose of constructor in c#?
What is ioc containers c#?
What is the partial class in C# What is the use of partial class in C#?
What is singleordefault?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Why delegate is used in c#?
What is datetime minvalue in c#?
Can you create an instance of a static class?
Write a program to find the angle between the hours and minutes in a clock
Why do we use reflection in c#?