Hi, I would like to retain the whitespaces during parsing. I find that the callback ignorableWhitespace() is NOT called when whitespaces are encountered during parsing. The callback characters() is invoked. It's mentioned that all validating parsers should use ignorableWhitespace() for handling whitespaces. Do we need to set anything in the SAX2 XERCES C++ parser for ignorableWhitespace to be called?
Thanks, --Srikanth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]