47 / 49

DOM is a platform-and language-()API that allows programs and scripts to dynamically access and update the content, structure and style of WWW docements (currently,definitions for HTML and XML documents are part of the specification).The document can be further processed and the results of that processing can be incprporated back into the presented ().DOM is a ()-based API to documents ,which requires the whole document to be represented in ()while processing it .A simpler alternative to DOM is the event –based SAX,which can be used to process very large ()documents that do not fit info the memory available for processing.