Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
elementNormalize
17
NIST
18
19
    The "normalize()" method puts all the nodes in the full
20
   depth of the sub-tree underneath this element into a
21
   "normal" form.
22
 
23
   Retrieve the third employee and access its second child.
24
   This child contains a block of text that is spread
25
   across multiple lines.  The content of the "name" child
26
   should be parsed and treated as a single Text node.
27
28
Mary Brady
29
2001-08-17
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46