1 /*
2  * This file has been created automatically by DTDCoder.
3  * Do not edit, use DTDCoder instead.
4  *
5  */
6 
7 #ifndef DTD_H
8 #define DTD_H
9 
10 #define DTD_NUM 8
11 
12 #define ATT_NAME_LEN 19
13 #define ELM_NAME_LEN 11
14 #define ENT_NAME_LEN 25
15 
16 #define ELM_ATTLIST_LEN 39
17 
18 /* files that declare types and other macros */
19 #include "dtd_types.h"
20 #include "dtd_names.h"
21 
22 #define DTD_SNAPSHOT_DATE "2009-10-11 13:21:49+0200"
23 
24 #define elm_data_num 97
25 #define att_data_num 163
26 #define ent_data_num 254
27 #define elm_buffer_num 3011
28 #define att_buffer_num 1050
29 
30 /* variables declared in dtd.c */
31 extern elm_data_t elm_list[];
32 extern unsigned char elm_buffer[];
33 extern att_data_t att_list[];
34 extern unsigned char att_buffer[];
35 
36 extern int ent_hash[257];
37 extern char ent_list[][25];
38 
39 #define ELMID_HTML 0
40 #define ELMID_HEAD 1
41 #define ELMID_BODY 11
42 #define ELMID_FRAMESET 89
43 #define ELMID_STYLE 6
44 #define ELMID_SCRIPT 7
45 #define ELMID_META 4
46 #define ELMID_P 13
47 #define ELMID_TITLE 2
48 #define ELMID_PRE 30
49 #define ELMID_FRAME 90
50 #define ELMID_APPLET 64
51 #define ELMID_A 35
52 #define ELMID_FORM 68
53 #define ELMID_IFRAME 9
54 #define ELMID_IMG 65
55 #define ELMID_MAP 66
56 #define ELMID_UL 20
57 #define ELMID_OL 21
58 #define ELMID_LI 24
59 #define ELMID_TABLE 79
60 #define ELMID_TR 86
61 #define ELMID_TH 87
62 #define ELMID_TD 88
63 #define ELMID_THEAD 81
64 #define ELMID_TBODY 83
65 #define ELMID_OBJECT 62
66 #define ELMID_BIG 55
67 #define ELMID_SMALL 56
68 #define ELMID_SUB 50
69 #define ELMID_SUP 51
70 #define ELMID_INPUT 70
71 #define ELMID_SELECT 71
72 #define ELMID_TEXTAREA 74
73 #define ELMID_LABEL 69
74 #define ELMID_BUTTON 77
75 #define ELMID_FIELDSET 75
76 #define ELMID_ISINDEX 78
77 #define ELMID_CENTER 32
78 #define ELMID_U 57
79 #define ELMID_S 58
80 #define ELMID_STRIKE 59
81 #define ELMID_INS 33
82 #define ELMID_DEL 34
83 #define ELMID_AREA 67
84 #define ELMID_FONT 61
85 #define ELMID_BASEFONT 60
86 #define ELMID_DIR 23
87 #define ELMID_MENU 22
88 #define ELMID_RUBY 91
89 #define ELMID_RB 94
90 #define ELMID_RBC 92
91 #define ELMID_RP 96
92 #define ELMID_RT 95
93 #define ELMID_RTC 93
94 #define ELMID_BDO 37
95 #define ELMID_DIV 12
96 #define ELMID_SPAN 36
97 #define ELMID_DL 25
98 #define ELMID_HR 29
99 #define ELMID_CAPTION 80
100 #define ELMID_BASE 3
101 #define ATTID_XML_SPACE 32
102 #define ATTID_HTTP_EQUIV_0 8
103 #define ATTID_HTTP_EQUIV_1 151
104 #define ATTID_CONTENT 10
105 #define ATTID_XMLNS 4
106 #endif /* DTD_H */
107