browserutilities/xmlparser/src/wml_1_3_dict.c
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    35  * Dictionary = Wml_1_3
    35  * Dictionary = Wml_1_3
    36  * Public id = 0x0A
    36  * Public id = 0x0A
    37  * Doc Type = -//WAPFORUM//DTD WML 1.3//EN
    37  * Doc Type = -//WAPFORUM//DTD WML 1.3//EN
    38  */
    38  */
    39 #include "nw_wml1x_wml_1_3_tokens.h"
    39 #include "nw_wml1x_wml_1_3_tokens.h"
    40 #include <nw_wbxml_dictionary.h>
    40 #include "nw_wbxml_dictionary.h"
       
    41 
    41 
    42 
    42 static const NW_Ucs2 NW_Wml_1_3_ElementTag_pre[] = {'p','r','e','\0'};
    43 static const NW_Ucs2 NW_Wml_1_3_ElementTag_pre[] = {'p','r','e','\0'};
    43 static const NW_Ucs2 NW_Wml_1_3_ElementTag_a[] = {'a','\0'};
    44 static const NW_Ucs2 NW_Wml_1_3_ElementTag_a[] = {'a','\0'};
    44 static const NW_Ucs2 NW_Wml_1_3_ElementTag_td[] = {'t','d','\0'};
    45 static const NW_Ucs2 NW_Wml_1_3_ElementTag_td[] = {'t','d','\0'};
    45 static const NW_Ucs2 NW_Wml_1_3_ElementTag_tr[] = {'t','r','\0'};
    46 static const NW_Ucs2 NW_Wml_1_3_ElementTag_tr[] = {'t','r','\0'};