Example Context Data Structure
This is a sample function which uses the SAX parser:
typedef struct tagParserCallbackValues {
FILE *fp;
JCHAR *szIndentString;
int nIndentLevel;
} ZCALLBACK_VALUES, *PCALLBACK_VALUES;
This is a sample function which uses the SAX parser:
typedef struct tagParserCallbackValues {
FILE *fp;
JCHAR *szIndentString;
int nIndentLevel;
} ZCALLBACK_VALUES, *PCALLBACK_VALUES;