-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
enhancementhelp wantedserdeIssues related to mapping from Rust types to XMLIssues related to mapping from Rust types to XML
Description
Is there a easy way to set trim_text to false in the Deserializer::from_str
when i use quick_xml::de::from_str
?
Lines 160 to 167 in a4be484
pub fn from_reader(reader: R) -> Self { | |
let mut reader = Reader::from_reader(reader); | |
reader | |
.expand_empty_elements(true) | |
.check_end_names(true) | |
.trim_text(true); | |
Self::new(reader) | |
} |
ImJeremyHe, naumazeredo, r-glazkov, 2bndy5 and mmcloughlin
Metadata
Metadata
Assignees
Labels
enhancementhelp wantedserdeIssues related to mapping from Rust types to XMLIssues related to mapping from Rust types to XML