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

Takes a namespace prefix string and returns its key in a string cache.