browserutilities/xmlparser/src/xhtml_1_0_dict.c
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    37  * Public id = 4
    37  * Public id = 4
    38  * Doc Type = -//WAPFORUM//DTD WML 2.0//EN
    38  * Doc Type = -//WAPFORUM//DTD WML 2.0//EN
    39  */
    39  */
    40 
    40 
    41 #include "nw_xhtml_xhtml_1_0_tokens.h"
    41 #include "nw_xhtml_xhtml_1_0_tokens.h"
    42 #include "nw_wbxml_dictionary.h"
    42 #include <nw_wbxml_dictionary.h>
    43 
       
    44 
    43 
    45 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_body[] = {'b','o','d','y','\0'};
    44 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_body[] = {'b','o','d','y','\0'};
    46 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_head[] = {'h','e','a','d','\0'};
    45 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_head[] = {'h','e','a','d','\0'};
    47 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_html[] = {'h','t','m','l','\0'};
    46 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_html[] = {'h','t','m','l','\0'};
    48 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_title[] = {'t','i','t','l','e','\0'};
    47 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_title[] = {'t','i','t','l','e','\0'};