use rdxl::xhtml; fn main(){ println!("{}", xhtml!(
dave
david
) ); println!("{}", xhtml!(this that

that this

) ); println!("{}", xhtml!()) //println!("{}", xhtml!() ); }