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
What are the two kinds of properties in c#.
Can abstract class be sealed?
Why do we need indexers in c#?
Is string primitive?
What are extender provider components? Explain how to use an extender provider in the project.
How do you use nullable?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Does c# support multiple class inheritance?
What does public mean in c#?
What is data binding with example?
How to Show Message box in Metro Style App?
What is thread pooling?
What is sqlcommand in c#?
Wht executescaler method is used?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?