This commit is contained in:
Laurence Withers 2006-10-04 10:47:52 +01:00
commit d46aaf2b2e

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.