summaryrefslogtreecommitdiff
path: root/src/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tags.h')
-rw-r--r--src/tags.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/tags.h b/src/tags.h
index 33676f7..1b4b284 100644
--- a/src/tags.h
+++ b/src/tags.h
@@ -86,7 +86,7 @@ static const char* kAtOrdered = "ordered";
static const char* kAtStart = "start";
static const char* kAtId = "id";
static const char* kAtIndex = "id";
-static const char* kAtFootNote = "footnote";
+static const char* kAtTo = "to";
static const wchar_t* kValDisc = L"disc";
static const wchar_t* kValLowerAlpha = L"lower-alpha";
@@ -95,23 +95,12 @@ static const wchar_t* kValLowerRoman = L"lower-roman";
static const wchar_t* kValUpperRoman = L"upper-roman";
static const wchar_t* kValArabic = L"arabic";
static const wchar_t* kValNull = L"";
+static const wchar_t* kValFootNote = L"footnote";
static const wchar_t* kValList = L"list";
static const wchar_t* kValPara = L"para";
static const wchar_t* kValTable = L"table";
-static const char* kNoDuplicates[] =
- { kElB, kElU, kElI, kElColor, kElHide, kElColor, NULL };
-
-static const char* kRemoveTags[] =
- { kElDest, kElListdef, kElListtable, NULL };
-
-static const char* kBlockTags[] =
- { kElTable, kElPara, NULL };
-
-static const char* kHideList[] =
- { kAtId, kAtList, NULL };
-
static const char* kNSPrefix = "xmlns";
#endif // __TAGS_H__