browserutilities/xmlparser/src/xhtml_1_0_dict.c
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    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'};