ignoreableWhitespace now labelled as whitespace not characters in output

This commit is contained in:
jez_higgins 2005-03-30 11:06:02 +00:00
parent 30c498678a
commit e846abff0c

View file

@ -78,7 +78,7 @@ void SimpleHandler::characters(const std::string& ch)
void SimpleHandler::ignorableWhitespace(const std::string& ch)
{
std::cout << "Characters: " << ch << std::endl;
std::cout << "Whitespace: " << ch << std::endl;
} // characters
void SimpleHandler::processingInstruction(const std::string& target, const std::string& data)