This commit is contained in:
Laurence Withers 2006-10-04 10:47:52 +01:00
parent 9a33766c62
commit d46aaf2b2e
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ struct csxml {
const char* elemName = ctx->elemAttrNames.data[i].data;
// get attribute value
const char* elemValue = ctx->elemAttrValues.data[i].data;</pre>
const char* elemValue = ctx->elemAttrVals.data[i].data;</pre>
In the case of an empty element, the closeTag() callback will be called immediately afterwards.