mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
ignoreableWhitespace now labelled as whitespace not characters in output
This commit is contained in:
parent
30c498678a
commit
e846abff0c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue