macro_rules! namespace_prefix {
("mathml") => { ... };
("xmlns") => { ... };
("html") => { ... };
("xml") => { ... };
("xlink") => { ... };
("*") => { ... };
("svg") => { ... };
("") => { ... };
}
macro_rules! namespace_prefix {
("mathml") => { ... };
("xmlns") => { ... };
("html") => { ... };
("xml") => { ... };
("xlink") => { ... };
("*") => { ... };
("svg") => { ... };
("") => { ... };
}