We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634a556 commit 9c29458Copy full SHA for 9c29458
src/xml_util.rs
@@ -1,9 +1,9 @@
1
use regex::Regex;
2
use std::fs::File;
3
-use std::io::{BufReader,Read};
+use std::io::{BufReader, Read};
4
use std::path::Path;
5
+use xml_dom::level2::{Attribute, Node, RefNode};
6
use xml_dom::parser::read_reader;
-use xml_dom::level2::*;
7
use unicode_bom::Bom;
8
use walkdir::WalkDir;
9
0 commit comments