deuce.emacs.xml
libxml-parse-html-region
(libxml-parse-html-region start end & [base-url])
Parse the region as an HTML document and return the parse tree. If BASE-URL is non-nil, it is used to expand relative URLs.
libxml-parse-xml-region
(libxml-parse-xml-region start end & [base-url])
Parse the region as an XML document and return the parse tree. If BASE-URL is non-nil, it is used to expand relative URLs.