parseconfig.patch (672B)
1 diff --git i/src/geocoord/gpx/reader.rs w/src/geocoord/gpx/reader.rs 2 index 7785dcb..9b38cb7 100644 3 --- i/src/geocoord/gpx/reader.rs 4 +++ w/src/geocoord/gpx/reader.rs 5 @@ -38,6 +38,8 @@ pub fn read_gpx<R: Read> (source: R) -> Result<Collection, String> { 6 coalesce_characters: true, 7 extra_entities: HashMap::new(), 8 ignore_end_of_stream: false, 9 + replace_unknown_entity_references: false, 10 + ignore_root_level_whitespace: false, 11 } 12 ); 13 let mut en_stack: LinkedList<String> = LinkedList::new(); // Element name stack