Doc fix.
This commit is contained in:
parent
9a33766c62
commit
d46aaf2b2e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue