browserutilities/xmlparser/src/xhtml_1_0_dict.c
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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'};