On 2012-11-15 13:01, Knud Sørensen wrote:

Does anyone have any luck linking with libxml2 ??

I have tried
pragma(lib, "libxml-2.0");
and
pragma(lib, "libxml2");

But neither seems to work.

pragma(lin,"xml2") do the trick.