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
21
canonicalform01
22
Curt Arnold
23
24
Normalize document with 'canonical-form' set to true, check that
25
entity references are expanded and unused entity declaration are maintained.
26
27
2004-02-26
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
	var="pList"
55
	obj="doc"
56
	tagname='"p"'
57
	interface="Document"/>
58
59
60
61
62
63
64
65
	var="pList"
66
	obj="doc"
67
	tagname='"p"'
68
	interface="Document"/>
69
70
71
72
73
74
75
76
77
78
79
 
80