From which languages can I use the DOM?
Created May 4, 2012
Bruce Martin The DOM is actually specified in a language independent fashion
using OMG IDL. Thus, in theory any language for which there is
an IDL binding could be supported. In practice, Java is the most
popular language for accessing XML documents using the DOM.