Thread: What is DOM?
View Single Post
  #5 (permalink)  
Old 10-13-2007, 01:28 AM
S.Vinothkumar S.Vinothkumar is offline
D-Web Genius
 
Join Date: May 2007
Posts: 1,061
S.Vinothkumar is on a distinguished road
Smile Re: What is DOM?

DOM stands for the Document Object Model, and it's a way of representing a document (be it XML or HTML) using Object Oriented programming. It basically allows you to have access to any part of the document you want by calling functions. You can use DOM in JavaScript, or you can use it to parse an XML document (extract nodes from it).
__________________
S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
Reply With Quote