summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-17 17:20:05 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-17 17:20:05 +0100
commitcc3cfd7db6a535bc193da648b14a51e2824c0d17 (patch)
treedb202321231c3b01776b116e05ba5fbb501c1acc /src
parentfcc6a49d8124a0fe1130e242191cc3dc3d701309 (diff)
Usinge COLLAPSE whitespace mode in OSXML parser to match default behaviour of the OSML parser
Diffstat (limited to 'src')
-rw-r--r--src/formats/osxml/OsxmlEventParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formats/osxml/OsxmlEventParser.cpp b/src/formats/osxml/OsxmlEventParser.cpp
index 7404960..788f376 100644
--- a/src/formats/osxml/OsxmlEventParser.cpp
+++ b/src/formats/osxml/OsxmlEventParser.cpp
@@ -476,7 +476,7 @@ OsxmlEventParser::OsxmlEventParser(CharReader &reader, OsxmlEvents &events,
: reader(reader),
events(events),
logger(logger),
- whitespaceMode(WhitespaceMode::TRIM),
+ whitespaceMode(WhitespaceMode::COLLAPSE),
data(new OsxmlEventParserData())
{
}