normalize
The normalize method puts the current node and all of its subtree into a "normalized" form (see below).
Syntax
element.normalize()Parameters
Example
Notes
The normalized form of a subtree is that subtree's nodelist cleansed of extranous and adjacent Text nodes.
Specification
normalize
Netscape Communications http://developer.netscape.com |