Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
infoset08
22
Curt Arnold
23
24
Normalize document with infoset and validation set to true, check that
25
whitespace in element content is preserved.
26
27
2004-02-24
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
	
49
		var="bodyList"
50
		obj="doc"
51
		tagname='"body"'
52
		interface="Document"/>
53
	
54
	
55
	
56
	
57
58
59
60
61
62
	var="bodyList"
63
	obj="doc"
64
	tagname='"body"'
65
	interface="Document"/>
66
67
68
69
70
71
72
73
74
75
76
77
 
78