macro_rules! ns {
() => { ... };
(*) => { ... };
(html) => { ... };
(xml) => { ... };
(xmlns) => { ... };
(xlink) => { ... };
(svg) => { ... };
(mathml) => { ... };
}
Expand description
Maps the input of namespace_prefix!
to
the output of namespace_url!
.