An account will enable you to access:
Don't have an account?
Software Development Kit (SDK) and API Discussions
Hi,
Does NMSDK SDK (5.2)APIs call the following 2 functions directly or indirectly:
1.)htmlParseChunk
2.)xmldecl_done
-Chiranjiv
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.