mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
Get rid of cond sect message
This commit is contained in:
parent
e2482813bf
commit
207924eb8d
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ enum WfCheckResult {
|
|||
duplicateAttribute,
|
||||
junkAfterDocElement,
|
||||
paramEntityRef,
|
||||
condSect,
|
||||
undefinedEntity,
|
||||
recursiveEntityRef,
|
||||
asyncEntity,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue