#' Clean Up Gnarly HTML/XML #' #' HTML and XML documents can be beautiful and pristine. They can also be #' wretched, evil, malformed hellspawn. Now, you can tidy up that HTML and XML before #' processing it with your favorite angle-bracket parsing tools. #' #' @name htmltidy #' @docType package #' @author Bob Rudis (bob@@rud.is) #' @useDynLib htmltidy #' @importFrom Rcpp sourceCpp NULL