Macro include_xml

Source
macro_rules! include_xml {
    ($path:expr) => { ... };
}