faqts : Computers : Internet : Web : XML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

41 of 52 people (79%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

What is DOM?

Nov 21st, 2000 07:02
Michael Claßen,


The Document Object Model is a standard defined by the World-Wide-Web
commitee (W3C) for representing XML and HTML document in memory. This
has originally be used for manipulating HTML pages in a browser using
scripting langauges, but has recently moved into various server
applications for accessing XML and HTML documents in a random-access
fashion, for instance when cross-referencing a document. Most DOM
implementations hold the whole document tree in memory which makes this
method less applicable to large documents in these cases.