Document Object Model (XHTML): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
No edit summary
imported>Pat Palmer
(reword)
Line 1: Line 1:
{{subpages}}
{{subpages}}


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 programming languages such as [[Javascript]], [[Java]], or [[C_sharp]] 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.
The [[JSON - as a data interchange format| Javascript Object Notation (JSON)]] is based on the XHTML DOM.

Revision as of 05:14, 18 March 2010

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

The Document Object Model (DOM), sometimes just called the XHTML DOM, is a high-level interface which parsers of programming languages such as Javascript, Java, or C_sharp can use to access and modify parts of an XHTML-compliant web page.

The Javascript Object Notation (JSON) is based on the XHTML DOM.