What's the difference between XDM and DOM models?
问题 I must describe differences between those models. I know there is difference in types and purpose anything else? 回答1: Michael Kay has already given a pretty good summary of the data-level differences; I'll try to give you some of the design-level differences in my answer. At the most fundamental level, XDM models a "sequence of items", whereas DOM models a "hierarchy of nodes." This distinction affects every other aspect of their design, from what data can be represented, to how it is