Update quick-xml to 0.22 and bump version
This commit is contained in:
parent
dc6dd19a44
commit
56363714fb
2 changed files with 3 additions and 3 deletions
|
|
@ -413,7 +413,7 @@ impl Element {
|
|||
}
|
||||
}
|
||||
Event::CData(s) => {
|
||||
let text = reader.decode(&s)?.to_owned();
|
||||
let text = s.unescape_and_decode(&reader)?;
|
||||
if !text.is_empty() {
|
||||
let current_elem = stack.last_mut().unwrap();
|
||||
current_elem.append_text_node(text);
|
||||
|
|
|
|||
Loading…
Reference in a new issue