Software Development Kit (SDK) and API Discussions

Does NMSDK SDK (5.2)APIs call htmlParseChunk and xmldecl_done implemented in libxml.lib - (libxml2 version 2.9.0) directly or indirectly

SURESHDULANGE
2,312 Views

Hi,

    Does NMSDK SDK (5.2)APIs call the following 2 functions directly or indirectly:  

 

     1.)htmlParseChunk

     2.)xmldecl_done

 

  •     These 2 functions are implemented in the static library libxml.lib - (libxml2 version 2.9.0)
  •      libxml.lib - (libxml2 version 2.9.0) is bundled with the netapp-manageability-sdk-5.2

-Chiranjiv

1 REPLY 1

rkiran
2,312 Views

I ran few Data ONTAP APIs and I am able to see that NMSDK is calling xmldecl_done goto stmt in libxml parser.c, but I did not see NMSDK calling htmlParseChunk function of libxml.

Public