On Mon, 21 Aug 2023 04:53:45 -0700 (PDT) *_ <
flavi...@gmail.com> wrote:
> I am struggling to compile xmlwrapp, I didn't make it yet, due to several
> dependencies.
Hello,
Normally only libxml2 is needed for the XML part, so it shouldn't be that
difficult but you can always look at the CI workflow scripts for the exact
commands you can use to install the dependencies.
> My question is, xmlwrapp support HTML loading into a DOM ? I
> know xmlwrapp supports xml, but I am not sure about HTML.
I don't think you should use xmlwrapp for the real-world HTML which is not
even always well-formed. But as long as it is, it should work.
Regards,
VZ