You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
791 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/htmltidy-package.r
\docType{package}
\name{htmltidy}
\alias{htmltidy}
\alias{htmltidy-package}
\title{Clean Up or Pretty Print Gnarly HTML and XHTML}
\description{
HTML documents can be beautiful and pristine. They can also be
wretched, evil, malformed demon-spawn. Now, you can tidy up that HTML and XHTML
before processing it with your favorite angle-bracket crunching tools, going beyond
the limited tidying that 'libxml2' affords in the 'XML' and 'xml2' packages and
taming even the ugliest HTML code generated by the likes of Google Docs and Microsoft
Word. It's also possible to use the functions provided to format or "pretty print"
HTML content as it is being tidied.
}
\author{
Bob Rudis (bob@rud.is)
}