mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
xml fix REPORT
This commit is contained in:
@@ -175,7 +175,8 @@ impl Enum {
|
||||
}
|
||||
Event::Comment(_) => { /* ignore */ }
|
||||
Event::Decl(_) => {
|
||||
return Err(::rustical_xml::XmlDeError::UnsupportedEvent("Declaration"));
|
||||
/* ignore */
|
||||
// return Err(::rustical_xml::XmlDeError::UnsupportedEvent("Declaration"));
|
||||
}
|
||||
Event::PI(_) => {
|
||||
return Err(::rustical_xml::XmlDeError::UnsupportedEvent("Processing instruction"));
|
||||
|
||||
Reference in New Issue
Block a user