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
entities03
22
Curt Arnold
23
24
Normalize document with entities set to false, check that
25
unbound entity references are 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="pList"
50
	obj="doc"
51
	tagname='"p"'
52
	interface="Document"/>
53
54
55
56
57
58
59
60
	var="pList"
61
	obj="doc"
62
	tagname='"p"'
63
	interface="Document"/>
64
65
66
67
68
69
70
71
72
73
 
74