DOM Core: logical structure of documents.
	common set between DOM XML and HTML
	
	  - tree structure: 
Node, Element, Attr, ... 
	  - tree manipulation: 
appendChild, removeChild, ... 
	
       
      DOM XML: CDATASection, PIs, entity reference, ...
	XML 1.0 (not complete)
 
    
    DOM Level 1: W3C Recommendation (October 1998)