I have a bunch of html files on disk and want to open them and extract the
contents of the title tag using libxml2. Any ideas how to do this? Which
functions to use?
___
xml mailing list, project page http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.
On Fri, 2018-08-10 at 02:46 +0100, James Read via xml wrote:
> I have a bunch of html files on disk and want to open them and
> extract the contents of the title tag using libxml2.
By this do you mean the title element in the head?
You can use XPath on an XML document to extract /html/head/title