Get rid of cond sect message

This commit is contained in:
James Clark 1997-12-12 09:23:27 +00:00
parent e2482813bf
commit 207924eb8d
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@ enum WfCheckResult {
duplicateAttribute,
junkAfterDocElement,
paramEntityRef,
condSect,
undefinedEntity,
recursiveEntityRef,
asyncEntity,

View file

@ -14,7 +14,6 @@ const char *wfCheckMessage(enum WfCheckResult result)
"duplicate attribute",
"junk after document element",
"parameter entity reference not allowed within declaration in internal subset",
"conditional section not allowed in internal subset",
"undefined entity",
"recursive entity reference",
"asynchronous entity",