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
 
3
17
18
19
20
normalize01
21
NIST
22
23
    The "normalize()" method puts all the nodes in the full
24
    depth of the sub-tree underneath this element into a
25
    "normal" form.
26
 
27
    Retrieve the third employee and access its second child.
28
    This child contains a block of text that is spread
29
    across multiple lines.   The content of the "name" child
30
    should be parsed and treated as a single Text node.
31
 
32
    This appears to be a duplicate of elementnormalize.xml in DOM L1 Test Suite
33
34
Mary Brady
35
2001-08-17
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55