Another bugfix for entity lookups

This commit is contained in:
Laurence Withers 2006-10-26 11:45:11 +01:00
parent 2f2e07b2e2
commit f7fe4bb787
3 changed files with 3 additions and 2 deletions

View File

@ -550,6 +550,7 @@ int csxml_feedChar(struct csxml* ctx, char ch)
ctx->state = StateCharEntity;
ctx->entityChar = 0;
} else if(c == ClassNameStartChar) {
CLEAR_BUFFER(buffer2);
APPEND_CH(buffer2, ch);
ctx->state = StateEntityName;
} else ERROR("Invalid entity name.");

View File

@ -14,4 +14,4 @@ SOMAJOR=0
SOMINOR=0
# SOMICRO is bumped every time there is a binary-compatible release.
SOMICRO=4
SOMICRO=5

View File

@ -12,7 +12,7 @@
# suffixed with a string.
VERMAJOR=1
VERMINOR=2
VERMICRO=6
VERMICRO=7
VEREXTRA=""
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;