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
textParseIntoListOfElements
17
NIST
18
19
    Retrieve the textual data from the last child of the
20
    second employee.   That node is composed of two
21
    EntityReference nodes and two Text nodes.   After
22
    the content node is parsed, the "address" Element
23
    should contain four children with each one of the
24
    EntityReferences containing one child.
25
26
Mary Brady
27
2001-08-17
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
"1900 Dallas Road"
44
" Dallas, "
45
"Texas"
46
"\n 98554"
47
48
49
"1900 Dallas Road Dallas, Texas\n 98554"
50
51
52
53
54
55
56
57
	
58
	
59
		
60
		
61
		
62
		
63
		
64
			
65
		
66
	
67
68
69
	
70
	
71
		
72
	
73
74