2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
+ * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
+
* strings.texi (Text Comparison): Document `string-suffix-p'.
2014-01-07 Glenn Morris <rgm@gnu.org>
@end example
@end defun
+@cindex rendering html
+@defun shr-insert-document dom
+This function renders the parsed HTML in @var{dom} into the current
+buffer. The argument @var{dom} should be a list as generated by
+@code{libxml-parse-html-region}. This function is, e.g., used by
+@ref{Top, EWW,, eww, The Emacs Web Wowser Manual}.
+@end defun
+
@cindex parsing xml
@defun libxml-parse-xml-region start end &optional base-url
This function is the same as @code{libxml-parse-html-region}, except