From d46aaf2b2e16e3a81478fd3bb3ea1723caf33596 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Wed, 4 Oct 2006 10:47:52 +0100 Subject: [PATCH] Doc fix. --- src/libCStreamedXML/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCStreamedXML/types.h b/src/libCStreamedXML/types.h index 90cc865..16a6ced 100644 --- a/src/libCStreamedXML/types.h +++ b/src/libCStreamedXML/types.h @@ -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; + const char* elemValue = ctx->elemAttrVals.data[i].data; In the case of an empty element, the closeTag() callback will be called immediately afterwards.