Document Object Model (XHTML): Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer mNo edit summary |
imported>Pat Palmer No edit summary |
||
Line 2: | Line 2: | ||
The '''Document Object Model''' (DOM), sometimes just called the [[XHTML]] DOM, is a high-level interface which parsers of scripting languages such as [[Javascript]] can use to access and modify parts of an XHTML-compliant web page. | The '''Document Object Model''' (DOM), sometimes just called the [[XHTML]] DOM, is a high-level interface which parsers of scripting languages such as [[Javascript]] can use to access and modify parts of an XHTML-compliant web page. | ||
The [[JSON - as a data interchange format| Javascript Object Notation (JSON)]] is based on the XHTML DOM. |
Revision as of 17:37, 12 August 2008
The Document Object Model (DOM), sometimes just called the XHTML DOM, is a high-level interface which parsers of scripting languages such as Javascript can use to access and modify parts of an XHTML-compliant web page.
The Javascript Object Notation (JSON) is based on the XHTML DOM.