browserutilities/xmlparser/src/xhtml_1_0_dict.c
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    43 
    44 
    44 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_body[] = {'b','o','d','y','\0'};
    45 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_body[] = {'b','o','d','y','\0'};
    45 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_head[] = {'h','e','a','d','\0'};
    46 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_head[] = {'h','e','a','d','\0'};
    46 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_html[] = {'h','t','m','l','\0'};
    47 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_html[] = {'h','t','m','l','\0'};
    47 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_title[] = {'t','i','t','l','e','\0'};
    48 static const NW_Ucs2 NW_XHTML_1_0_ElementTag_title[] = {'t','i','t','l','e','\0'};