macro_rules! elem0 { ($tag:expr) => { ... }; }
A macro to help build parsers for simple MathML elements (i.e., without further nesting).