pub fn render_html<W>( document: &Document, stream: W, standalone: bool, ) -> Result<(), Error>where W: Write,
Render document as HTML
Returns error if serialization fails