From cc3cfd7db6a535bc193da648b14a51e2824c0d17 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 17 Feb 2015 17:20:05 +0100 Subject: Usinge COLLAPSE whitespace mode in OSXML parser to match default behaviour of the OSML parser --- src/formats/osxml/OsxmlEventParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/formats') 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()) { } -- cgit v1.2.3