I have read about the XML DOM and the HTML DOM, but I don't see a big difference. In the w3schools there are two articles, XML DOM and HTML DOM, describing the two DOM's, but I think they are a lot like. I have also read the post on stackoverflow, but it's more about using the methods/properties between the DOMS, rather than the difference. I also couldn't find anything at Google about it.
I know that the DOM is a way of representing the HTML and XML document, and is illustrated by a tree. I also know what the DOM looks like for an HTML document and an XML document, and how to manipulate them.
So what are the differences?