Page MenuHomePhabricator

NavigationDataPlayer depends on line endings for reading xml navigation data
Closed, ResolvedPublic

Description

the class navigationdatarecorder expects that each xml element is separated by a line ending in order to cut them from the document. when feeding the class with an istringstream object and there is no "\n" at the end of each element, the player wont work. However, in xml it is not required to divide elements by line endings

Event Timeline

Hi, I do not know how much work this is but at the moment it is not possible for me to free some time for IGT... Sorry Michi -> assign goes back

please also have a look at the class NavigationDataSequentialPlayer

[SVN revision 25233]
CHG (#4591): reading xml navigation data without getline function