KW_ID
KW_CDATA, KW_ID, KW_IDREF, KW_IDREFS,
static const char KW_ID[] = {ASCII_I, ASCII_D, '\0'};
if (strncmp(p, KW_ID, strlen(KW_ID)) == 0 ||